Chapter 12: IO with Serialization

12.1: Serializing Objects

12.2: Fully Customize Serialization with Externalizable

12.3: Mask Fields from Serialization with Keyword transient

12.4: Alternative to Externalizable

12.5: Do All of the Serialization at One Time

12.6: Static Fields Are Not Automatically Serialized