Serializer.this
this
(Resolver resolver,
const Flag!"explicitStart" explicitStart,
const Flag!"explicitEnd" explicitEnd, string YAMLVersion,
TagDirective[] tagDirectives) @safeConstruct a Serializer.
Parameters
resolver | Resolver used to determine which tags are automaticaly resolvable. |
explicitStart | Do all document starts have to be specified explicitly? |
explicitEnd | Do all document ends have to be specified explicitly? |
YAMLVersion | YAML version string. |
tagDirectives | Tag directives to emit. |