Lecture overview -- Keyboard shortcut: 'u'  Previous page: Examples of Serialization in C# -- Keyboard shortcut: 'p'  Next page: Considerations about 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 33 : 40

Custom Serialization

The programmer can control the serialization and deserialization

In class Person and Date certain fields are not serialized

person.cs
The Person class - Serialization control with attributes.
date.cs
The Date class - Serialization control with attributes .
client.cs
The Person client class - applies serialization.
output
Output of the Person client class.