- deserialise
T deserialise(const(ubyte)[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSupportedType
bool isSupportedType()
Undocumented in source. Be warned that the author may not have intended to support it.
- serialise
Nullable!(ubyte[]) serialise(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
reverse-enigneering the source
Name | size in B | notes
dim | 4 | appends to array of dim -- if lbound + dim - 1 < lbound, fail (???) lBound | 4 | appends to array of lBound
itemlen | 4 | if itemlen is < -1 or itemlen > more than buffer remainder | -1 means null (?) value | itemlen | element's receiveproc is called