dyaml-yamlserialized v0.5.7 (2016-12-10T17:15:21Z)
Home
Dub
Repo
Dumper.this
dyaml
dumper
Dumper
Construct a Dumper writing to a _stream. This is useful to e.g. write to memory.
this
()
this
(string filename)
this
(YStream stream)
struct
Dumper
@
safe
this
(
YStream
stream
)
Meta
Source
See Implementation
dyaml
dumper
Dumper
constructors
this
destructors
~this
functions
dump
emit
opCmp
opEquals
properties
YAMLVersion
canonical
encoding
explicitEnd
explicitStart
indent
lineBreak
name
representer
resolver
tagDirectives
textWidth
Construct a Dumper writing to a _stream. This is useful to e.g. write to memory.