SharpDX.Toolkit.Yaml
The assembly provides a support for deserializing YAML files
into .NET types through the .
Allows the to load related assets by name.
The assembly provides a support for deserializing YAML files
into .NET types through the .
This manager allows to read/deserialize YAML files into .NET objects using
the
Initializes a new instance of the class.
The registry.
Initializes a new instance of the class.
The game.
Registers a tag mapping, an association between a type and a YAML tag, used when
deserializing a YAML document, when a specific .NET type is expected.
Name of the tag.
The type.
tagName
or
type
Registers an attribute to the specific member, allowing to customize Yaml serialization
for types that can't define Yaml attributes on their types.
See , and
for more details.
The member information.
The attribute.
memberInfo
or
attribute
Creates a new instance of the YAML serializer.
The default YAML serializer used by the .
Creates a new instance of the YAML serializer.
The settings.
The default YAML serializer used by the .
settings