Thursday, February 12, 2009

What is the common usage of serialization

Question :What is the common usage of serialization?
Answer :Whenever 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.

No comments: