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

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

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

Declaration Syntax
C#Visual BasicVisual C++
namespace YamlDotNet.RepresentationModel.Serialization
Namespace YamlDotNet.RepresentationModel.Serialization
namespace YamlDotNet.RepresentationModel.Serialization
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
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.