The OpenD Programming Language

IonTextDeserializer

Deserializer for the Ion Text format

struct IonTextDeserializer (
Serializer
) {}

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.

Meta