dyaml-yamlserialized ~master (2016-12-10T19:24:08Z)
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
(
string
filename
)
this
(
YStream
stream
)
struct
Dumper
this
@
safe
(
YStream
stream
)
Meta
Source
See Implementation
dyaml
dumper
Dumper
constructors
this
destructors
~this
functions
dump
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.