Input and Output Classes
- slide 32 : 40
Examples of Serialization in C#
Straightforward serialization of
Person
and
Date
objects
The Person class - Serializable.
The Date class - Serializable.
The Person client class - applies serialization and deserialization.
Output of the Person client class.
Serializing one of your own classes
Serializing with an XML formatter