[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Luabins ? Trivial Lua Binary Serialization Library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 22 Feb 2009 22:18:46 -0300
> I wrote a small and simple library called "luabins" to serialize and
> unserialize trivial Lua values (including tables) into arbitrary
> binary data format.
My approach to this problem is to use Lua bytecode format instead of
inventing yet another binary format. My experimental code for that
approach is available at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/save.tar.gz
See also
http://lua-users.org/lists/lua-l/2007-03/msg00546.html
http://lua-users.org/lists/lua-l/2007-10/msg00519.html