sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
357 Bytes
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