Constructs YAML values.
Construct a binary (base64) _node.
Construct a boolean _node.
Construct an integer (long) _node.
Construct an unordered map (unordered set of key:value _pairs without duplicates) _node.
Construct a merge _node - a _node that merges another _node into a mapping.
Construct a _null _node.
Construct an ordered map (ordered sequence of key:value pairs without duplicates) _node.
Construct a pairs (ordered sequence of key: value pairs allowing duplicates) _node.
Construct a floating point (real) _node.
Construct a sequence (array) _node.
Construct a set _node.
Construct a string _node.
Construct a timestamp (SysTime) _node.
Convert a sequence of single-element mappings into a sequence of pairs.
Class that processes YAML mappings, sequences and scalars into nodes. This can be used to add custom data types. A tutorial can be found here.