You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2015/02/02 11:08:11 UTC

[GitHub] flink pull request: Add support for Subclasses, Interfaces, Abstra...

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/236#issuecomment-72432067
  
    That is not a really good solution, IMHO.
    Can we have a special tag that signifies that the deserialization is delegated to Kryo?
    
    How about this flow:
     - If class is `null`, then write null tag.
     - If class is original class, write "same class" tag
     - If class is registered and pojo, handle with pojo logic (tag and write class)
     - If class is registered and not pojo, write kryo tag and delegate to kryo
     - If class is not registered, write kryo tag and delegate to kryo


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---