aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/serializers/object_serializer.rb
Commit message (Expand)AuthorAgeFilesLines
* fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserializeJared Rader2018-04-131-1/+1
* Fix docs of ActiveJob custom argument serializersbogdanvlviv2018-02-171-16/+16
* Simplify the implementation of custom argument serializersRafael Mendonça França2018-02-141-4/+24
* Improve documentation on custom serializersRafael Mendonça França2018-02-141-0/+19
* Allow serializers to be used either as classes or objectsRafael Mendonça França2018-02-141-7/+5
* Only add one more custom key in the serialized hashRafael Mendonça França2018-02-141-13/+3
* Introduce serializers to ActiveJobEvgenii Pecherkin2018-02-141-0/+27