On Wed, Jan 14, 2015 at 1:51 PM, Timm S. Mueller
<tmueller@schulze-mueller.de> wrote:
Hi,
before I'm starting to write my own, I'm looking for a serialization
and deserialization library. Requirements:
- must cover Lua 5.1, 5.2, 5.3 and LuaJIT
...
- preferrably written in C for performance, Lua would be fine also
Is it even possible to have it cover Lua 5.1/2/3 and LuaJIT and being written in C ?
In the pure-Lua department, we implemented this:
Hope it helps,
Valerio