MsgpackSerializer.putValue

Serializes a BigInt or size_t value into the msgpack binary format, appending it to the output buffer. (community summary)

  1. void putValue(BigInt!size num)
    struct MsgpackSerializer(Appender)
    @safe pure scope
    void
    putValue
    (
    size_t size
    )
    (
    auto ref const BigInt!size num
    )
  2. void putValue(Decimal!size num)
  3. void putValue(typeof(null) )
  4. void putValue(bool b)
  5. void putValue(const(char)[] value)
  6. void putValue(Clob value)
  7. void putValue(Blob value)
  8. void putValue(Timestamp value)