The OpenD Programming Language

deserializeIon

Members

Functions

deserializeIon
T deserializeIon(char[][] symbolTable, IonDescribedValue ionValue, OptIonAnnotations optionalAnnotations)
void deserializeIon(T value, char[][] symbolTable, IonDescribedValue ionValue, OptIonAnnotations optionalAnnotations)
T deserializeIon(string[] symbolTable, IonDescribedValue ionValue, OptIonAnnotations optionalAnnotations)
void deserializeIon(T value, string[] symbolTable, IonDescribedValue ionValue, OptIonAnnotations optionalAnnotations)
deserializeIon
T deserializeIon(const(ubyte)[] data)
void deserializeIon(T value, const(ubyte)[] data)

Meta