- Serialize
byte[] Serialize(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- Serialize
byte[] Serialize(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- Unserialize
T Unserialize(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- Unserialize
T Unserialize(byte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- Unserialize
T Unserialize(const(ubyte)[] data, long parse_index)
Undocumented in source. Be warned that the author may not have intended to support it.
- Unserialize
T Unserialize(byte[] data, long parse_index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getsize
size_t getsize(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- toJson
JSONValue toJson(T t, uint level, bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
- toJson
JSONValue toJson(T t, UnIgnoreArray array, uint level)
Undocumented in source. Be warned that the author may not have intended to support it.
- toObject
T toObject(JSONValue j)
Undocumented in source. Be warned that the author may not have intended to support it.
- toTextString
string toTextString(JSONValue root, bool pretty, JSONOptions options)
Takes a tree of JSON values and returns the serialized string.