case class MappedSerializer[A, B](mapper: TypeMapper[A, B], ser: TypeSerializer[B]) extends TypeSerializerSingleton[A] with SimpleSerializer[A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MappedSerializer
- Serializable
- Product
- Equals
- SimpleSerializer
- TypeSerializerSingleton
- TypeSerializer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MappedSerializer(mapper: TypeMapper[A, B], ser: TypeSerializer[B])
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
copy(source: DataInputView, target: DataOutputView): Unit
- Definition Classes
- SimpleSerializer → TypeSerializer
-
def
copy(from: A, reuse: A): A
- Definition Classes
- SimpleSerializer → TypeSerializer
-
def
copy(from: A): A
- Definition Classes
- SimpleSerializer → TypeSerializer
-
def
createInstance(): A
- Definition Classes
- MappedSerializer → TypeSerializer
-
def
deserialize(source: DataInputView): A
- Definition Classes
- MappedSerializer → TypeSerializer
-
def
deserialize(reuse: A, source: DataInputView): A
- Definition Classes
- MappedSerializer → SimpleSerializer → TypeSerializer
-
def
duplicate(): TypeSerializerSingleton[A]
- Definition Classes
- TypeSerializerSingleton → TypeSerializer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- MappedSerializer → Equals → TypeSerializerSingleton → TypeSerializer → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLength(): Int
- Definition Classes
- MappedSerializer → TypeSerializer
-
def
hashCode(): Int
- Definition Classes
- MappedSerializer → TypeSerializerSingleton → TypeSerializer → AnyRef → Any
-
def
isImmutableType(): Boolean
- Definition Classes
- SimpleSerializer → TypeSerializer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mapper: TypeMapper[A, B]
-
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()
- val ser: TypeSerializer[B]
-
def
serialize(record: A, target: DataOutputView): Unit
- Definition Classes
- MappedSerializer → TypeSerializer
-
def
snapshotConfiguration(): TypeSerializerSnapshot[A]
- Definition Classes
- MappedSerializer → TypeSerializer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- MappedSerializer → 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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated