• R
    Simplify the implementation of custom argument serializers · 69645cba
    Rafael Mendonça França 提交于
    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.
    69645cba
active_job_basics.md 12.8 KB