voxelman.serialization.hashtable

Members

Functions

deserializeMap
void deserializeMap(HashMapT hashmap, ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeSet
void deserializeSet(HashSet!Key hashset, ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeMap
void serializeMap(HashMapT hashmap, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeMapPartial
void serializeMapPartial(HashMapT hashmap, Sink sink, HashSet!Key externalKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeSet
void serializeSet(HashSetT hashset, Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeSetPartial
void serializeSetPartial(HashSet!Key hashset, Sink sink, HashSet!Key externalKeys)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Andrey Penechko.