Class Serializers.DummyAvroKryoSerializerClass<T>
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<T>
-
- org.apache.flink.api.java.typeutils.runtime.kryo.Serializers.DummyAvroKryoSerializerClass<T>
-
- Enclosing class:
- Serializers
public static class Serializers.DummyAvroKryoSerializerClass<T> extends com.esotericsoftware.kryo.Serializer<T>This is used in case we don't have Avro on the classpath. Flink versions before 1.4 always registered special Serializers for Kryo but starting with Flink 1.4 we don't have Avro on the classpath by default anymore. We still have to retain the same registered Serializers for backwards compatibility of savepoints.
-
-
Constructor Summary
Constructors Constructor Description DummyAvroKryoSerializerClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<T> aClass)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Object o)
-