By MDubey1987
via manish4dotnet.blogspot.in
Published: Jan 30 2013 / 10:03
Serialization is the process of converting an object into stream of bytes in order to persist it to memory, a database or a file. Its main purpose is to save the state of an object for the later uses when needed. The reverse process is call deserialization.
Add your comment