YamlDotNet - A .NET library for parsing and emitting YAML
YamlDotNet.RepresentationModel Namespace
NamespacesYamlDotNet.RepresentationModel

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:YamlDotNet.RepresentationModel"]

Declaration Syntax
C#Visual BasicVisual C++
namespace YamlDotNet.RepresentationModel
Namespace YamlDotNet.RepresentationModel
namespace YamlDotNet.RepresentationModel
Types
All TypesClassesInterfaces
IconTypeDescription
AnchorNotFoundException
The exception that is thrown when an alias references an anchor that does not exist.

DuplicateAnchorException
The exception that is thrown when a duplicate anchor is detected.

IYamlSerializable
Allows an object to customize how it is serialized and deserialized.

IYamlVisitor
Defines the method needed to be able to visit Yaml elements.

YamlDocument
Represents an YAML document.

YamlMappingNode
Represents a mapping node in the YAML document.

YamlNode
Represents a single node in the YAML document.

YamlNodeIdentityEqualityComparer
Comparer that is based on identity comparisons.

YamlScalarNode
Represents a scalar node in the YAML document.

YamlSequenceNode
Represents a sequence node in the YAML document.

YamlStream
Represents an YAML stream.

YamlVisitor
Abstract implementation of IYamlVisitor that knows how to walk a complete Yaml object model.