- checkLengthTypeStart
uint checkLengthTypeStart(string str, dchar type)
Undocumented in source. Be warned that the author may not have intended to support it.
- customSerialize
string customSerialize(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- customSerialize
string customSerialize(T[U] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- customUnserialize
T[] customUnserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- customUnserialize
T[U] customUnserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
string serialize(T[U] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
T unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
T[] unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
T[U] unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserialize
Variant unserialize(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- unserializeV
Variant[T] unserializeV(string str, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.