1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/lib/paper_trail/attribute_serializers
2016-09-02 18:14:54 -04:00
..
cast_attribute_serializer.rb
legacy_active_record_shim.rb
object_attribute.rb
object_changes_attribute.rb
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.