Module: SerialBox
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/serialbox.rb,
lib/serializers/json.rb
Overview
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.
Defined Under Namespace
Modules: ClassMethods, Serializers Classes: Serializer