[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:YamlDotNet.RepresentationModel"]
| C# | Visual Basic | Visual C++ |
namespace YamlDotNet.RepresentationModel
Namespace YamlDotNet.RepresentationModel
namespace YamlDotNet.RepresentationModel
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| 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.
|