Discover the Secrets of the Java TM Serialization API
Hits: 102
Description: We all know the Java TM platform allows us to create reusable objects in memory. However, all of those objects exist only as long as the Java TM virtual machine 1 remains running. It would be nice if the objects we create could exist beyond the lifetime of the virtual machine, wouldn\'t it? Well, with object serialization, you can flatten your objects and reuse them in powerful ways.