lua-users home
lua-l archive

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


On 17 April 2010 18:44, Arseny Vakhrushev <arseny.vakhrushev@gmail.com> wrote:
>
> Well, I'm not a big fan doing such serializations entirely in Lua (I do them in C), however, you may
> look at the following code which I use for debugging purposes to get the idea.
>
> -- dump function --
>
> Be well,
> Seny

Thanks, that helped a lot!
I've pushed an update that supports cyclic referencing.