Class | Description |
---|---|
ScalaCaseClassSerializerSnapshot<T extends scala.Product> |
TypeSerializerSnapshot for ScalaCaseClassSerializer . |
ScalaEitherSerializerSnapshot<L,R> |
Configuration snapshot for serializers of Scala's
Either type, containing configuration
snapshots of the Left and Right serializers. |
ScalaOptionSerializerConfigSnapshot<E> | Deprecated
this snapshot class is no longer in use, and is maintained only for backwards
compatibility.
|
ScalaOptionSerializerSnapshot<E> |
A
TypeSerializerSnapshot for the Scala OptionSerializer . |
ScalaTrySerializerConfigSnapshot<E> | Deprecated |
ScalaTrySerializerSnapshot<E> |
A
TypeSerializerSnapshot for the Scala TrySerializer . |
TraversableSerializerConfigSnapshot<T extends scala.collection.TraversableOnce<E>,E> | Deprecated
This is being replaced with
TraversableSerializerSnapshot . |
TraversableSerializerSnapshot<T extends scala.collection.TraversableOnce<E>,E> |
A
TypeSerializerSnapshot for the Scala TraversableSerializer . |
Tuple2CaseClassSerializerSnapshot<T1,T2> |
TypeSerializerSnapshot for ScalaCaseClassSerializer . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.