File size: 357 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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