biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
MessagePackable.toMsgpack
bio
std
hts
thirdparty
msgpack
MessagePackable
Serializes members using
packer
.
void
toMsgpack
(Packer packer, bool withFieldName)
mixintemplate
MessagePackable
(Members...)
const
static if
(
Members.length == 0
)
void
toMsgpack
(
Packer
)
(
ref
Packer
packer
,
bool
withFieldName
= false
)
void
toMsgpack
(Packer packer, bool withFieldName)
Parameters
packer
Packer
the serializer to pack.
Meta
Source
See Implementation
bio
std
hts
thirdparty
msgpack
MessagePackable
functions
fromMsgpack
toMsgpack
Serializes members using packer.