mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
mir.ser.ion
mir
ser
High level Ion serialization API
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
Source
See Source File
mir
ser
modules
interfaces
ion
json
msgpack
text
unwrap_ids
yaml
functions
assumePure
beginList
beginSexp
beginStruct
serializeValue
static variables
cannotSerializeVoidMsg
templates
hasFields
hasLikeList
hasProxy
High level Ion serialization API