What is the common usage of serialization?
1890
25-Aug-2014
Sumit Kesarwani
25-Aug-2014Whenever an 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 be serilazed.