IonTextDeserializer.opCall

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

struct IonTextDeserializer(Serializer)
@trusted pure
void
opCall
(
scope const(char)[] text
)

Parameters

text const(char)[]

The text to deserialize

Meta