You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/06/24 15:14:07 UTC

[jira] [Created] (FLINK-2273) Register special Writable Kryo serializer

Till Rohrmann created FLINK-2273:
------------------------------------

             Summary: Register special Writable Kryo serializer
                 Key: FLINK-2273
                 URL: https://issues.apache.org/jira/browse/FLINK-2273
             Project: Flink
          Issue Type: Improvement
            Reporter: Till Rohrmann
            Priority: Minor


Currently, we use {{Kryo}} to serialize the {{Writable}} type (the interface). It might be worthwhile to add a special Kryo serializer which directly calls the write method of a {{Writable}} instead of relying on the Kryo's default serializer to do serialization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)