Contains classes that can be used for serializing and deserializing objects. Serialization is the process of converting an object or a graph of objects into a linear sequence of bytes for either storage or transmission to another location. Deserialization is the process of taking in stored information and recreating objects from it.
Classes | |
| class | yaml |
| Represents a YAML content. Typically a xtd::collections::generic::dictionary of xtd::string and xtd::any_object as key value. More... | |
| class | yaml_reader |