Search This Blog

Wednesday, December 4, 2013

Serialization C#

C#  > Serialization  

Serialization  role is to save the state of an object. It converts an object into a stream of bytes. The reverse process is called deserialization.