#include "yaml.hpp"#include "../io/stream_reader.hpp"#include "../argument_exception.hpp"#include "../format_exception.hpp"#include "../object.hpp"Contains xtd::serialization::yaml_reader class.
Go to the source code of this file.
Classes | |
| class | xtd::serialization::yaml_reader |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::serialization |
| 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. | |