mars v0.0.38 (2017-06-22T15:07:42Z)
Dub
Repo
PackerImpl.packObject
msgpack
packer
PackerImpl
Undocumented in source. Be warned that the author may not have intended to support it.
struct
PackerImpl
(Stream)
void
packObject
(
T
)
(
in
T
object
)
if
(
is
(
Unqual
!
T
== class)
)
if
(
isOutputRange
!(
Stream
,
ubyte
) &&
isOutputRange
!(
Stream
,
ubyte
[])
)
Meta
Source
See Implementation
msgpack
packer
PackerImpl
constructors
this
functions
beginArray
beginMap
beginRaw
pack
packArray
packExt
packMap
packObject
properties
stream
static functions
register
registerHandler