Jump to content

Serialization API for Lua tables


Recommended Posts

I wondered about serialization a huge tables. And it would be great if MTA would have built-in serialization functions for lua tables, because serialization by lua script is too slow (exceeds execution time limit).

There are several implementations in C++ described here:

http://lua-users.org/wiki/TableSerialization

There are only 2 functions are needed:

string serialize(table)

and

table unserialize(string)

Thx! :roll:

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...