What is serialization?
1999
25-Jan-2014
Sumit Kesarwani
25-Jan-2014Serialization is the process of converting an object into a stream of bytes.
Deserialization is the opposite process of creating an object from a stream of bytes. Serialization / Deserialization is mostly used to transport objects.