Java 6 Object Serialization




GogoTraining IT Training Podcasts show

Summary: Java can “deflate” the in-memory state of an object to a stream of bytes and use that same stream to “inflate” another copy of the object. This technique of saving an object to disk is known as “serializing” an object. Join Mike Simpson as he details several methods for saving object contents on “Java 6 Object Serialization.”