mars v0.0.38 (2017-06-22T15:07:42Z)
Dub
Repo
PackerImpl.this
msgpack
packer
PackerImpl
Constructs a packer with
withFieldName
.
this
(Stream stream, bool withFieldName)
this
(bool withFieldName)
struct
PackerImpl
(Stream)
this
(
bool
withFieldName
)
if
(
isOutputRange
!(
Stream
,
ubyte
) &&
isOutputRange
!(
Stream
,
ubyte
[])
)
Parameters
withFieldName
bool
serialize class / struct with field name
Meta
Source
See Implementation
msgpack
packer
PackerImpl
constructors
this
functions
beginArray
beginMap
beginRaw
pack
packArray
packExt
packMap
packObject
properties
stream
static functions
register
registerHandler
Constructs a packer with withFieldName.