| function Serialize(...) | |
| end | |
| function SerializeAndCompress(...) | |
| end | |
| function Unserialize(str) | |
| end | |
| function SerializeStr(string_table, ...) | |
| end | |
| function UnserializeStr(string_table, str) | |
| end | |
| function Compress(str) | |
| end | |
| function Decompress(str) | |
| end | |
| function DecompressAndUnserialize(str) | |
| end | |
| function BinaryEscape(str, escape, compression, inplace) | |
| end | |