PackerImpl.this

Constructs a packer with stream.

  1. this(Stream stream, bool withFieldName)
    struct PackerImpl(Stream)
    this
    (
    Stream stream
    ,
    bool withFieldName = false
    )
    if (
    isOutputRange!(Stream, ubyte) &&
    isOutputRange!(Stream, ubyte[])
    )
  2. this(bool withFieldName)

Parameters

stream Stream

the stream to write.

withFieldName bool

serialize class / struct with field name

Meta