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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to