IonSerializer.putValue

Serializes numeric values (Num, BigIntView, or BigInt) into the Ion output 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)
  5. void putValue(typeof(null) )
  6. void putValue(bool b)
  7. void putValue(char[] value)
    struct IonSerializer(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
    nothrow pure @trusted scope
    void
    putValue
    (
    scope const char[] value
    )
  8. void putValue(Clob value)
  9. void putValue(Blob value)
  10. void putValue(Timestamp value)