1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
Rafael Mendonça França 69645cba72 Simplify the implementation of custom argument serializers
We can speed up things for the supported types by keeping the code in the
way it was.

We can also avoid to loop trough all serializers in the deserialization by
trying to access the class already in the Hash.

We could also speed up the custom serialization if we define the class
that is going to be serialized when registering the serializers, but
that will remove the possibility of defining a serialzer for a
superclass and have the subclass serialized using it.
2018-02-14 13:10:08 -05:00
..
active_job Simplify the implementation of custom argument serializers 2018-02-14 13:10:08 -05:00
rails/generators/job Remove non-default serializers 2018-02-14 13:10:07 -05:00
active_job.rb Introduce serializers to ActiveJob 2018-02-14 13:10:07 -05:00