Package org.apache.flink.api.common
Class ExecutionConfig.SerializableSerializer<T extends com.esotericsoftware.kryo.Serializer<?> & Serializable>
- java.lang.Object
-
- org.apache.flink.api.common.ExecutionConfig.SerializableSerializer<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExecutionConfig
@Deprecated @Public public static class ExecutionConfig.SerializableSerializer<T extends com.esotericsoftware.kryo.Serializer<?> & Serializable> extends Object implements Serializable
Deprecated.The class is deprecated because instance-type serializer definition where serializers are serialized and written into the snapshot and deserialized for use is deprecated. Use class-type serializer definition instead, where only the class name is written into the snapshot and new instance of the serializer is created for use. This is a breaking change, and it will be removed in Flink 2.0.
-
-
Constructor Summary
Constructors Constructor Description SerializableSerializer(T serializer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TgetSerializer()Deprecated.
-