megagrump

Results 12 issues of megagrump

When serializing tables, the types of each key and value are automatically detected. This works well for default Lua types, but not so well for class and cdata objects. By...

enhancement

Allow classes to override the default serialization behavior through implementing __serialize and __deserialize metamethods. If present, those functions should completely replace the normal table (de)serializer.

enhancement