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/active_job/serializers
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
..
date_serializer.rb Add serializers for Time, Date and DateTime 2018-02-14 13:10:08 -05:00
date_time_serializer.rb Add serializers for Time, Date and DateTime 2018-02-14 13:10:08 -05:00
duration_serializer.rb Simplify the implementation of custom argument serializers 2018-02-14 13:10:08 -05:00
object_serializer.rb Simplify the implementation of custom argument serializers 2018-02-14 13:10:08 -05:00
symbol_serializer.rb Add serializers for Time, Date and DateTime 2018-02-14 13:10:08 -05:00
time_serializer.rb Add serializers for Time, Date and DateTime 2018-02-14 13:10:08 -05:00