The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
mir.ser.ion
mir
ser
High level Ion serialization API
Public Imports
mir.serde
public
import
mir
.
serde
;
Undocumented in source.
Members
Functions
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
Source
See Source File
mir
ser
modules
interfaces
ion
json
msgpack
text
unwrap_ids
yaml
functions
beginList
beginSexp
beginStruct
serializeValue
High level Ion serialization API