biod ~bio2 (2022-05-05T08:17:46.2810097)
Dub
Repo
MessagePackable.toMsgpack
bio
bam
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
bam
thirdparty
msgpack
MessagePackable
functions
fromMsgpack
toMsgpack
Serializes members using packer.