lua-users home
lua-l archive

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


If you need serialization, Pluto library (http://luaforge.net/projects/pluto/) is the right way to go. I've been using it a lot and its stable. You can serialize practically anything with it.

Goran.

On 01-04-08 7:47, Alexander Gladysh wrote:
On Tue, Apr 1, 2008 at 3:01 AM, Luís Eduardo Jason Santos
<jasonsantos@quantumsatis.net> wrote:

Have you seen Rings?
It has an interesting solution for inter-state communication. Maybe taking a
closer look might help.
http://www.keplerproject.org/rings/

I have seen it (may be not close enough), but I was under impression
that it does not allow direct data communication -- that is, if one
needs to pass something like table, he have to serialize it.

Alexander.