YamlDotNet - A .NET library for parsing and emitting YAML
IYamlSerializable Interface
NamespacesYamlDotNet.RepresentationModelIYamlSerializable

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

Allows an object to customize how it is serialized and deserialized.
Declaration Syntax
C#Visual BasicVisual C++
public interface IYamlSerializable
Public Interface IYamlSerializable
public interface class IYamlSerializable
Members
All MembersMethods



IconMemberDescription
ReadYaml(Parser)
Reads this object's state from a YAML parser.

WriteYaml(Emitter)
Writes this object's state to a YAML emitter.

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949