IonSerializer.putValue

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