[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:YamlDotNet.RepresentationModel.Serialization"]
| C# | Visual Basic | Visual C++ |
namespace YamlDotNet.RepresentationModel.Serialization
Namespace YamlDotNet.RepresentationModel.Serialization
namespace YamlDotNet.RepresentationModel.Serialization
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DeserializationOptions |
Contains additional parameters thatr control the deserialization process.
| |
| DeserializationOverride | ||
| DeserializationOverrides |
Allows to register delegates that take care of the deserialization process of specific properties.
| |
| IDeserializationContext |
Contains additional information about a deserialization.
| |
| IYamlTypeConverter |
Allows to customize how a type is serialized and deserialized.
| |
| ObjectConverter |
Performs type conversions.
| |
| StreamFragment |
An object that contains part of a YAML stream.
| |
| TagMappings |
Contains mappings between tags and types.
| |
| YamlSerializer |
Reads and writes objects from and to YAML.
| |
| YamlSerializer<(Of <(<'TSerialized>)>)> |
Extension of the YamlSerializer type that avoida the need for casting
on the user's code.
| |
| YamlSerializerModes |
Specifies the behavior of the YamlSerializer.
|