lua.wire.table_to_data
data = wire.table_to_data( table )
Convert a lua table into a data (string).
We currently use cmsgpack but this may change to another system and can not be relied upon. It is even possible that data may not be a string in future versions.
This is a local function for local people. It should not be used by you.