BinarySerializerMaped

Undocumented in source.

Members

Aliases

SliceElementType
alias SliceElementType = ubyte
Undocumented in source.

Functions

serialize
void serialize(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeWithName
void serializeWithName(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

beginObject
ubyte[] beginObject(COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
endObject
void endObject(COS con, ubyte[] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
bool serialize(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeArray
bool serializeArray(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeBasicVar
bool serializeBasicVar(T var, COS con)

///////////////////// IMPL

serializeBasicVarWithConversion
bool serializeBasicVarWithConversion(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeByName
bool serializeByName(T var, COS con)

///////////////////////////////////////////// HELPERS

serializeCustomMap
bool serializeCustomMap(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeCustomVector
bool serializeCustomVector(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeEnum
bool serializeEnum(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeRange
bool serializeRange(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeStaticArray
bool serializeStaticArray(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeStringVector
bool serializeStringVector(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeStruct
bool serializeStruct(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeWithName
bool serializeWithName(T var, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
BinarySerializerMaped instance;
Undocumented in source.

Meta