| Author: mahendrakiran 31 Oct 2008 | Member Level: Gold Points : 1 |
serialization is the process of saving an object onto a storage medium (such as a file, or a memory buffer) or to transmit it across a network connection link in binary form. ...
Deserialization is retrieving the stored data.
|