Serializer

Serializes represented YAML nodes, generating events which are then emitted by Emitter.

Constructors

this
this(Emitter emitter, Resolver resolver, Encoding encoding, Flag!"explicitStart" explicitStart, Flag!"explicitEnd" explicitEnd, string YAMLVersion, TagDirective[] tagDirectives)

Construct a Serializer.

Destructor

~this
~this()

Destroy the Serializer.

Members

Functions

serialize
void serialize(Node node)

Serialize a node, emitting it in the process.

Meta