Tuesday, 12 May 2015

Serialization and Deserialization

Serialization is the process of converting an object into a stream of bytes.
De-serialization is the process of creating an object from a stream of bytes.

Both these processes are usually used to transport objects.

No comments:

Post a Comment