| 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. |
| ScalaOptionSerializerSnapshot<E> |
A
TypeSerializerSnapshot for the Scala OptionSerializer. |
| ScalaTrySerializerSnapshot<E> |
A
TypeSerializerSnapshot for the Scala TrySerializer. |
| TraversableSerializerSnapshot<T extends scala.collection.TraversableOnce<E>,E> |
A
TypeSerializerSnapshot for the Scala TraversableSerializer. |
| Tuple2CaseClassSerializerSnapshot<T1,T2> |
TypeSerializerSnapshot for ScalaCaseClassSerializer. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.