Posted by: Naveen Kapoor on: December 29, 2008
Java allows us to create reusable objects in memory. All of those objects exist only as long as the Java virtual machine. With object serialization, we can flatten our objects and reuse them in powerful ways.
Object serialization is the process of saving an object’s state to a sequence of bytes, and also rebuilding those bytes [...]