Saturday, September 6, 2008

Serialisation vs De-Serialisation

Serialization is the process of saving the state of an object in a persistent storage media by converting the object to a linear stream of bytes.

The reverse process of serialization is known as de-serialization and enables us to re-construct the object from the previously serialized instance of the same in the persistent or non-persistent storage media.

No comments: