You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/08/14 18:50:01 UTC

[GitHub] [tinkerpop] justinchuch opened a new pull request #1180: Typeserializer

justinchuch opened a new pull request #1180: Typeserializer
URL: https://github.com/apache/tinkerpop/pull/1180
 
 
   **Discussion**
   
   If I understand the code correctly, looks like the current code could not look up the superclass serializer correctly.
   
   For example, `InetAddress` is the superclass of `Inet4Address`, `Inet6Address`. If we remove the registry entry of `Inet4Adress` and `Inet6Address`, it could not redirect and lookup the serializer registered by the superclass (i.e. `InetAddress`) when we try to get the serializer for `Inet4Address` and `Inet6Address`.
   
   To resolve that, I would like to propose the changes in this PR:
   
   If the serializer of the input class type is not found, try and see if there is a serializer registered with its superclass.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services