社区 › 研发应用 › [Oracle interview]What is the common usage of serialization?
王浩
发表于 2013-8-16 15:43:51
[Oracle interview]What is the common usage of serialization?
于郑生
发表于 2013-8-16 15:52:00
Wheneveran object is to be sent over the network, objects need to be serialized.Moreover if the state of an object is to be saved, objects need to beserilazed.