packer

Helper for Packer construction.

PackerImpl!(Stream)
packer
(
Stream
)
(
Stream stream
,
bool withFieldName = false
)

Parameters

stream Stream

the stream to write.

withFieldName bool

serialize class / struct with field name

Return Value

Type: PackerImpl!(Stream)

a Packer object instantiated and initialized according to the arguments.

Meta