[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-marshal - fast table serialization
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 3 Jan 2011 16:14:41 +0300
On Mon, Jan 3, 2011 at 14:34, Richard Hundt <richardhundt@gmail.com> wrote:
> I thought I'd throw this little lib over the wall in the hope that somebody
> finds it useful:
> https://github.com/richardhundt/lua-marshal
> This is from the README:
> Fast table serialization for Lua
> require "marshal"
> Provides:
> s = table.marshal(t) - serializes a table to a byte stream
> t = table.unmarshal(s) - deserializes a byte stream to a table
> t = table.clone(orig) - deep clone a table
Please never touch standard namespaces.
This is a really bad taste.
Thank you,
Alexander.