Loading function...

Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.

Serialize all of the values given into a single string that can be unpacked using UnpackData. If you only want to pack a single table, consider using PackTable.

Only the following values are allowed to be serialized: boolean, number, string, and table. Do not use any tables that refer back to themselves.

Arguments

Results

Unpacks values previously packed using PackData.

Arguments

Results

Serialize the table into a single string that can be unpacked using UnpackTable. This is a lower level version of the PackData function.

Only the following values are allowed to be serialized: boolean, number, string, and table. Do not use any tables that refer back to themselves.

Arguments

Results

Unpacks a table previously packed using PackTable.

Arguments

Results