hunt.serialization.BinarySerialization

Undocumented in source.

Members

Aliases

toBinary
alias toBinary = serialize
Undocumented in source.
toObject
alias toObject = unserialize
Undocumented in source.

Functions

serialize
ubyte[] serialize(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T unserialize(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta