IonSerializer.putAnnotation

Adds an annotation with the specified key to the current Ion serialization output. (community summary)

  1. void putAnnotation(char[] key)
    struct IonSerializer(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
    nothrow pure @trusted scope
    static if(tableGC)
    void
    putAnnotation
    (
    scope const char[] key
    )
  2. void putAnnotation(char[] key)