geario.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