paper-trail-gem--paper_trail/lib/paper_trail/attribute_serializers
Jared Beck de1dda4f79 Remove vestigial version conditionals 2021-03-21 01:07:08 -04:00
..
README.md Break AttributesSerialization into small modules 2016-05-18 23:12:45 -04:00
attribute_serializer_factory.rb Style/ClassEqualityComparison 2021-03-21 00:21:02 -04:00
cast_attribute_serializer.rb Remove vestigial version conditionals 2021-03-21 01:07:08 -04:00
object_attribute.rb Lint: Style/FrozenStringLiteralComment 2017-12-10 23:05:39 -05:00
object_changes_attribute.rb Lint: Style/FrozenStringLiteralComment 2017-12-10 23:05:39 -05: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.