Friday 15 March 2013

What is Serialization and Deserialization?

What is Serialization and Deserialization? 
Serialization : It is the process of storing the object state as permanently.

Deserialization: It is the process of retriving the object state (or) fetching the object state.
Serialization is also called Marshalling.
Deserialization is also called UnMarshalling.
Marshalling comes into picture when an object is being transferred from one location to other over wire. On the other end of wire, UnMarshalling takes place.


Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: