On 14 December 2012 12:50, Philipp Kraus <philipp.kraus@flashpixx.de> wrote:That's nice and seems to be a good trial, but do you know if I can serialize / desialize on the C side?Some libraries also have C API for serialization, like lua-bins [1], so you can call the serialization from C, not from Lua.int luabins_save(lua_State * L, int index_from, int index_to);
int luabins_load(lua_State * L, const unsigned char * data, size_t len, int *count);