mir.ser.ion

Public Imports

mir.serde
public import mir.serde;
Undocumented in source.

Members

Functions

ionSerializer
IonSerializer!(bufferStackSize, compiletimeSymbolTable, tableGC) ionSerializer()
Undocumented in source. Be warned that the author may not have intended to support it.
serializeIon
void serializeIon(Appender appender, T value, int serdeTarget)

Ion serialization for custom outputt range.

serializeIon
immutable(ubyte)[] serializeIon(T value, int serdeTarget)

Ion serialization function.

Structs

IonSerializer
struct IonSerializer(uint bufferStackSize, string[] compiletimeSymbolTable, bool tableGC = true)
Undocumented in source.

Meta