Uses of Class
org.apache.flink.table.dataview.ListViewSerializer
Packages that use ListViewSerializer
-
Uses of ListViewSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return ListViewSerializerModifier and TypeMethodDescriptionprotected ListViewSerializer<T>ListViewSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) Deprecated.Methods in org.apache.flink.table.dataview with parameters of type ListViewSerializerModifier and TypeMethodDescriptionprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]ListViewSerializerSnapshot.getNestedSerializers(ListViewSerializer<T> outerSerializer) Deprecated.Constructors in org.apache.flink.table.dataview with parameters of type ListViewSerializerModifierConstructorDescriptionListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer) Deprecated.Constructor to create the snapshot for writing.