IonSerializer.putValue

Serializes numeric values, including Num, BigIntView, and BigInt types, to the Ion format. (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)
  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)
    struct IonSerializer(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
    nothrow pure @trusted scope
    void
    putValue
    (
    scope Blob value
    )
  10. void putValue(Timestamp value)