lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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