lua-users home
lua-l archive

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


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.