mecca.lib.serialization

Undocumented in source.

Members

Aliases

LengthType
alias LengthType = uint
Undocumented in source.

Functions

blitRead
void blitRead(S stream, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
blitWrite
void blitWrite(S stream, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
calcSizeOf
size_t calcSizeOf(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(S stream, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
ubyte[] dump(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(S stream, T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
load
T load(S stream)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

ArrayElement
template ArrayElement(T)
Undocumented in source.
isBlittable
template isBlittable(U)
Undocumented in source.
isTopLevelBlittable
template isTopLevelBlittable(T)
Undocumented in source.

Meta