mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
7884c143b6
Fixes #855 |
||
---|---|---|
.. | ||
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
.