lua-users home
lua-l archive

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


It's available online, check it out: http://lua.org/pil/

Anders

On 4/8/06, Sam Roberts <sroberts@bycast.com> wrote:
> On Fri, Apr 07, 2006 at 06:34:26PM -0500, Matt Campbell wrote:
> > Hello Sam:
> >
> > The book _Programming in Lua_ covers serialization of tables, both with
> > and without support for cycles.  For your convenience, here's my
> > serialize function, which is based on the book's example without cycle
> > support but returns a string instead of writing to the current output
> > file.  I hope this helps.
>
> Great, thank you.
>
> That sounds like a good book to have.
>
> Sam
>
>