|
Enrollment 28.2.0
|
#include <cstdint>#include <memory>#include <optional>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | Serializable |
| Interface that MUST be implemented by all classes those want to be serialized. More... | |
| class | BytesWriterStrategy |
| It is used by Writer class to modify bytes serialization algorithm. More... | |
| class | Writer |
| Provides interface for serialization of all classes. More... | |