Uses of Class
org.apache.flink.api.common.SerializableSerializer
-
Packages that use SerializableSerializer Package Description org.apache.flink.api.common.serialization org.apache.flink.api.java.typeutils.runtime -
-
Uses of SerializableSerializer in org.apache.flink.api.common.serialization
Methods in org.apache.flink.api.common.serialization that return types with arguments of type SerializableSerializer Modifier and Type Method Description LinkedHashMap<Class<?>,SerializableSerializer<?>>SerializerConfigImpl. getDefaultKryoSerializers()Returns the registered default Kryo Serializers.LinkedHashMap<Class<?>,SerializableSerializer<?>>SerializerConfigImpl. getRegisteredTypesWithKryoSerializers()Returns the registered types with Kryo Serializers. -
Uses of SerializableSerializer in org.apache.flink.api.java.typeutils.runtime
Methods in org.apache.flink.api.java.typeutils.runtime that return SerializableSerializer Modifier and Type Method Description SerializableSerializer<? extends com.esotericsoftware.kryo.Serializer<?>>KryoRegistration. getSerializableSerializerInstance()Constructors in org.apache.flink.api.java.typeutils.runtime with parameters of type SerializableSerializer Constructor Description KryoRegistration(Class<?> registeredClass, SerializableSerializer<? extends com.esotericsoftware.kryo.Serializer<?>> serializableSerializerInstance)
-