Description: Labs on the subject of object-oriented programming.
Programming language: С#
- Implement a program that allows to perform
CRUD
operations on objects. - Implement the ability to save and load the list of objects to/from a file. The following types of serialization/deserialization must be implemented:
- Binary;
- XML/JSON;
- In any text format.
- Implement at least 2 plugins for data processing before saving to a file.