Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/304#issuecomment-70440395
  
    I created a modified version of this pull request. It does not yet register 
any extra serializers, but it uses the tests to verify that extra serializers 
work.
    
    The reason I did not add any is that this is actually registers a small 
subset of the types. JodaTime defines a gazillion types, which seem too many to 
register all by default, and just picking two classes is intransparent.
    
    To remedy that, should we offer an API util where you can call 
`SerializerUtil.registerJodaTimeClasses(env)` or 
`SerializerUtil.registerJavaUtilClasses(env)`.
    
    In addition, we could offer to register select classes from the set of 
classes/serializers known there by calling 
`SerializerUtil.registerSerializer(class)`.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to