Github user twalthr commented on the pull request:
https://github.com/apache/incubator-flink/pull/203#issuecomment-64385776
All generic type serializers are mutable types, but if we only have Object
as type information we cannot create instances of it. Additionally, e.g. in
case of a Tuple we may have the information that we have a Tuple2 but without
generic information. The UnkownTypeSerializer supports both cases.
---
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.
---