moonblob
moonblob copied to clipboard
Support for custom serialization through metamethods
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.