| Class | Description |
|---|---|
| ListViewSerializer<T> |
A serializer for [[ListView]].
|
| ListViewSerializerSnapshot<T> |
A
TypeSerializerSnapshot for the ListViewSerializer. |
| ListViewTypeInfo<T> |
Type information for
ListView. |
| ListViewTypeInfoFactory<T> |
TypeInformation factory for
ListView. |
| MapViewSerializer<K,V> |
A serializer for
MapView. |
| MapViewSerializerSnapshot<K,V> |
A
TypeSerializerSnapshot for the MapViewSerializer. |
| MapViewTypeInfo<K,V> |
TypeInformation for
MapView. |
| MapViewTypeInfoFactory<K,V> |
TypeInformation factory for
MapView. |
| NullAwareMapSerializer<K,V> |
The
NullAwareMapSerializer is similar to MapSerializer, the only difference is that
the NullAwareMapSerializer can handle null keys. |
| NullAwareMapSerializerSnapshot<K,V> |
A
TypeSerializerSnapshot for the NullAwareMapSerializer. |
| NullSerializer |
A serializer for null.
|
| NullSerializer.NullSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.