paper-trail-gem--paper_trail/lib/paper_trail/attribute_serializers
Jared Beck 7884c143b6 Fix deserialization of enums written by PT 4
Fixes #855
2016-09-02 18:14:54 -04:00
..
README.md Break AttributesSerialization into small modules 2016-05-18 23:12:45 -04:00
cast_attribute_serializer.rb Fix deserialization of enums written by PT 4 2016-09-02 18:14:54 -04:00
legacy_active_record_shim.rb Break AttributesSerialization into small modules 2016-05-18 23:12:45 -04:00
object_attribute.rb An idea to combat model pollution 2016-06-06 01:18:31 -04:00
object_changes_attribute.rb An idea to combat model pollution 2016-06-06 01:18:31 -04:00

README.md

Attribute Serializers

"Serialization" here refers to the preparation of data for insertion into a database, particularly the object and object_changes columns in the versions table.

Likewise, "deserialization" refers to any processing of data after they have been read from the database, for example preparing the result of VersionConcern#changeset.