- deserialize
Variant[] deserialize(ubyte[] buffer, string name, string method)
- deserialize
T deserialize(ubyte[] buffer)
- deserialize
T deserialize(ubyte[] buffer, string method)
- deserializeEx
Variant[] deserializeEx(ushort magic, CryptType crypt, string key, Nullable!RSAKeyInfo rsaKey, ubyte[] buffer, string name, string method)
- getMessageInfo
void getMessageInfo(ubyte[] buffer, string name, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize_without_msginfo
ubyte[] serialize_without_msginfo(string method, Params params)
- serialize_without_msginfo
ubyte[] serialize_without_msginfo(ushort magic, CryptType crypt, string key, Nullable!RSAKeyInfo rsaKey, string method, Params params)
- settings
void settings(ushort magic, CryptType crypt, string key)
- settings
void settings(ushort magic, RSAKeyInfo rsaKey, bool mixinXteaMode)