Github user aljoscha commented on the pull request:

    https://github.com/apache/flink/pull/236#issuecomment-71436404
  
    I will have to rework this now that the support for registering Types and 
Serializers at Kryo was merged.
    
    The POJO subclass with tagging is slower because we do additional checks 
and lookups: Upon serialisation we perform a map lookup to check whether the 
subclass is actually a registered class. When deserialising we have to fetch 
the correct subclass serialiser from an array of subclass serialisers.


---
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