IonSerializer.putValue

Serializes numeric values, including Num, BigInt, and BigIntView, into an ION stream. (community summary)

  1. void putValue(Num num)
  2. void putValue(BigIntView!W view)
  3. void putValue(BigInt!size num)
  4. void putValue(Decimal!size num)
    struct IonSerializer(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
    nothrow pure @trusted scope
    void
    putValue
    (
    size_t size
    )
    (
    auto ref const Decimal!size num
    )
  5. void putValue(typeof(null) )
  6. void putValue(bool b)
  7. void putValue(char[] value)
  8. void putValue(Clob value)
  9. void putValue(Blob value)
  10. void putValue(Timestamp value)