YamlLoader class

Utility class for loading and parsing YAML documents

public static class YamlLoader

Public Members

name description
static DeserializeToObjects(…) Convenience: fully convert to .NET objects using your converter (mapping→dict, seq→array, scalar→typed).
static GetRootNodes(…) Convenience: returns each document’s root node from a yaml string.
static GetYamlDocuments(…) Parses one or more YAML documents from a string and returns a YamlStream. Set useMergingParser to true to enable YAML anchors/aliases mergehandling.

See Also