utile.binary

Undocumented in source.

Modules

attrs
module utile.binary.attrs
Undocumented in source.
helpers
module utile.binary.helpers
Undocumented in source.
streams
module utile.binary.streams
Undocumented in source.
tests
module utile.binary.tests
Undocumented in source.

Public Imports

utile.binary.attrs
public import utile.binary.attrs, utile.binary.streams;
Undocumented in source.
utile.binary.streams
public import utile.binary.attrs, utile.binary.streams;
Undocumented in source.

Members

Functions

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.

Structs

Serializer
struct Serializer(Stream)
Undocumented in source.

Meta