mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
IonSerializer.putAnnotation
mir
ser
ion
IonSerializer
Adds an annotation with the given key to the ION serialization output.
(community summary)
void
putAnnotation
(char[] key)
void
putAnnotation
(char[] key)
struct
IonSerializer
(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
nothrow pure @
trusted
scope @
nogc
static if
(!(
tableGC
))
void
putAnnotation
(
scope
const
char
[]
key
)
mir
ser
ion
IonSerializer
aliases
listBegin
putCompiletimeAnnotation
sexpBegin
sexpElemBegin
stringBegin
functions
annotationWrapperBegin
annotationWrapperEnd
annotationsEnd
elemBegin
listEnd
nextTopLevelValue
putAnnotation
putAnnotationId
putCompiletimeKey
putKey
putKeyId
putNull
putStringPart
putSymbol
putSymbolId
putValue
sexpEnd
stringEnd
structBegin
structEnd
variables
runtimeTable
serdeTarget
Adds an annotation with the given key to the ION serialization output. (community summary)