xtd 0.2.0
Loading...
Searching...
No Matches
yaml.hpp File Reference
#include "../collections/generic/dictionary.hpp"
#include "../collections/array_list.hpp"
#include "../helpers/throw_helper.hpp"
#include "../any_object.hpp"
#include "../is_string_literal.hpp"
#include "../string.hpp"
#include <type_traits>
#include <concepts>

Definition

Contains xtd::serialization::yaml alias.

Go to the source code of this file.

Classes

class  xtd::serialization::yaml
 Represents a YAML content. Typically a xtd::collections::generic::dictionary of xtd::string and xtd::any_object as key value. More...

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.