Uses of Class
org.apache.flink.api.common.typeutils.base.ListSerializer
-
Packages that use ListSerializer Package Description org.apache.flink.api.common.typeutils.base -
-
Uses of ListSerializer in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return ListSerializer Modifier and Type Method Description protected ListSerializer<T>ListSerializerSnapshot. createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)Methods in org.apache.flink.api.common.typeutils.base with parameters of type ListSerializer Modifier and Type Method Description protected TypeSerializer<?>[]ListSerializerSnapshot. getNestedSerializers(ListSerializer<T> outerSerializer)Constructors in org.apache.flink.api.common.typeutils.base with parameters of type ListSerializer Constructor Description ListSerializerSnapshot(ListSerializer<T> listSerializer)Constructor to create the snapshot for writing.
-