Class Serializers


  • @Internal
    public class Serializers
    extends Object
    Class containing utilities for the serializers of the Flink Runtime.

    Most of the serializers are automatically added to the system.

    Note that users can also implement the KryoSerializable interface to provide custom serialization for their classes. Also, there is a Java Annotation for adding a default serializer (@DefaultSerializer) to classes.

    • Constructor Detail

      • Serializers

        public Serializers()