biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
PackerImpl.this
bio
std
hts
thirdparty
msgpack
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
bio
std
hts
thirdparty
msgpack
PackerImpl
constructors
this
functions
beginArray
beginMap
pack
packArray
packMap
properties
stream
static functions
registerHandler
Constructs a packer with withFieldName.