Module serialization

Barebones table serialization and deserialization.

Functions

serialize (tab) Serialize a table.
deserialize (str) Deserialize a table.


Functions

serialize (tab)
Serialize a table.

Parameters:

  • tab table Table to serialize

Returns:

    string The serialized table
deserialize (str)
Deserialize a table.

Parameters:

  • str string The text to try to deserialize

Returns:

    table The deserialized table
generated by LDoc 1.4.6 Last updated 2023-03-04 11:42:14