R
Analyzed about 1 hour ago
refser is yet another Lua table serialization library mostly written in C++.
Features:
* Can save and load nil, booleans, numbers, strings, tables and tuples of them.
* Output is endian-portable and binary safe.
* Recursive tables and cross-references are handled correctly.
* Options to
... [More]
restrict saved and loaded data at run-time.
* Options to persist context across several operations.
See project's page on github for more info. [Less]