class ScalaEitherSerializerSnapshot[L, R] extends CompositeTypeSerializerSnapshot[Either[L, R], EitherSerializer[L, R]]
Configuration snapshot for serializers of Scala's Either type, containing configuration
snapshots of the Left and Right serializers.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaEitherSerializerSnapshot
- CompositeTypeSerializerSnapshot
- TypeSerializerSnapshot
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ScalaEitherSerializerSnapshot(eitherSerializer: EitherSerializer[L, R])
Constructor to create the snapshot for writing.
- new ScalaEitherSerializerSnapshot()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createOuterSerializerWithNestedSerializers(nestedSerializers: Array[TypeSerializer[_]]): EitherSerializer[L, R]
- Attributes
- protected[serializer]
- Definition Classes
- ScalaEitherSerializerSnapshot → CompositeTypeSerializerSnapshot
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCurrentOuterSnapshotVersion(): Int
- Definition Classes
- ScalaEitherSerializerSnapshot → CompositeTypeSerializerSnapshot
- Annotations
- @Override()
-
final
def
getCurrentVersion(): Int
- Definition Classes
- CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
-
def
getNestedSerializerSnapshots(): Array[TypeSerializerSnapshot[_]]
- Definition Classes
- CompositeTypeSerializerSnapshot
-
def
getNestedSerializers(outerSerializer: EitherSerializer[L, R]): Array[TypeSerializer[_]]
- Attributes
- protected[serializer]
- Definition Classes
- ScalaEitherSerializerSnapshot → CompositeTypeSerializerSnapshot
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
readOuterSnapshot(arg0: Int, arg1: DataInputView, arg2: ClassLoader): Unit
- Attributes
- protected[typeutils]
- Definition Classes
- CompositeTypeSerializerSnapshot
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
readSnapshot(arg0: Int, arg1: DataInputView, arg2: ClassLoader): Unit
- Definition Classes
- CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
resolveOuterSchemaCompatibility(arg0: EitherSerializer[L, R]): OuterSchemaCompatibility
- Attributes
- protected[typeutils]
- Definition Classes
- CompositeTypeSerializerSnapshot
-
final
def
resolveSchemaCompatibility(arg0: TypeSerializer[Either[L, R]]): TypeSerializerSchemaCompatibility[Either[L, R]]
- Definition Classes
- CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
-
final
def
restoreSerializer(): TypeSerializer[Either[L, R]]
- Definition Classes
- CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
writeOuterSnapshot(arg0: DataOutputView): Unit
- Attributes
- protected[typeutils]
- Definition Classes
- CompositeTypeSerializerSnapshot
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
writeSnapshot(arg0: DataOutputView): Unit
- Definition Classes
- CompositeTypeSerializerSnapshot → TypeSerializerSnapshot
- Annotations
- @throws( classOf[java.io.IOException] )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
isOuterSnapshotCompatible(arg0: EitherSerializer[L, R]): Boolean
- Attributes
- protected[typeutils]
- Definition Classes
- CompositeTypeSerializerSnapshot
- Annotations
- @Deprecated
- Deprecated