PackerImpl.packObject

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