PackerImpl.this

Constructs a packer with withFieldName.

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

Parameters

withFieldName bool

serialize class / struct with field name

Meta