Object Serialization
•Wouldn’t it be nice to be able to just write or read an entire object at a time, and not worry about the underlying messy parts? •All you have to do is implement java.io.Serializable.
•That’s It!  Done!