module SerialBox

Mixin that adds the ability for you to define a serializable representation of your object. ‘include` this module into your class and call {ClassMethods#serialize_fields} and {ClassMethods#serialize_with} to configure.