Lecture overview -- Keyboard shortcut: 'u'  Previous page: Custom Serialization -- Keyboard shortcut: 'p'  Next page: Serialization and Alternatives -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 34 : 40
Object-oriented Programming in C#
Input and Output Classes
Considerations about Serialization

  • Security

    • Encapsulated and private data is made available in files

  • Versioning

    • The private state of class C is changed

    • It may not be possible to read serialized objects of type C