Hi Biplob,
Flink is shipped with own serializers. POJOs and other datatypes are
analyzed automatically. Kryo is only the fallback option, if your class
does not meet the POJO criteria (see [1]). Usually, all
serialization/deserialization to e.g. RocksDB happens internally and the
user doesn't have to think about it.
Regards,
Timo
[1]
https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/types_serialization.html#flinks-typeinformation-classAm 02.08.17 um 11:03 schrieb Biplob Biswas: