IonTextDeserializer

Deserializer for the Ion Text format

Constructors

this
this(Serializer* ser)

Constructor

Members

Functions

opCall
void opCall(const(char)[] text)

This function starts the deserializing process, and attempts to fully read through the text provided until it reaches the end.

Mixins

__anonymous
mixin Stack!(IonTypeCode)
Undocumented in source.

Mixed In Members

From mixin Stack!(IonTypeCode)

peekStack
T peekStack()
Undocumented in source. Be warned that the author may not have intended to support it.
pushStack
void pushStack(T element)
Undocumented in source. Be warned that the author may not have intended to support it.
popStackBack
T popStackBack()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta