 |
Serialization in Java - Just For Techies
Serialization is the process of converting an object's state (including its references) to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time. Simple.....Coverting an object to bytes and bytes back
www.jusfortechies.com |
 |