Lecture overview -- Keyboard shortcut: 'u'  Previous page: Serialization -- Keyboard shortcut: 'p'  Next page: Custom Serialization -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Input and Output Classes - slide 32 : 40

Examples of Serialization in C#
Straightforward serialization of Person and Date objects
person.cs
The Person class - Serializable.
date.cs
The Date class - Serializable.
client.cs
The Person client class - applies serialization and deserialization.
output
Output of the Person client class.
Go to exercise
Serializing one of your own classes
Go to exercise
Serializing with an XML formatter