mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
.. | ||
attribute_serializer_factory.rb | ||
cast_attribute_serializer.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
.