Chapter 24. Serializing and Deserializing Objects
In this chapter, you will learn another way of saving objects to a hard drive—using serialization. You will also learn the process of rebuilding an object from the hard drive, which is called deserialization.