lua-users home
lua-l archive

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


On Nov 11, 2013 4:00 PM, "steve donovan" <steve.j.donovan@gmail.com> wrote:
> What kind of Lua data is it easy to pass around?

Nanomsg and ZeroMQ pass around arbitrary raw 8-bit string (like Lua strings), so it is up to you to implement/choose (de)serialization format.