Uses of Class
org.apache.flink.api.java.typeutils.runtime.kryo.KryoSerializer
-
Packages that use KryoSerializer Package Description org.apache.flink.api.java.typeutils.runtime.kryo -
-
Uses of KryoSerializer in org.apache.flink.api.java.typeutils.runtime.kryo
Methods in org.apache.flink.api.java.typeutils.runtime.kryo that return KryoSerializer Modifier and Type Method Description KryoSerializer<T>KryoSerializer. duplicate()Constructors in org.apache.flink.api.java.typeutils.runtime.kryo with parameters of type KryoSerializer Constructor Description KryoSerializer(KryoSerializer<T> toCopy)Copy-constructor that does not copy transient fields.
-