- deserializeFile
T deserializeFile(string name, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeMem
T deserializeMem(void[] data, bool ensureFullyParsed, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeFile
void serializeFile(string name, T value, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeMem
ubyte[] serializeMem(T value, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeLength
size_t writeLength(T value, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.