case class MappedSerializer[A, B](mapper: TypeMapper[A, B], ser: TypeSerializer[B]) extends TypeSerializerSingleton[A] with SimpleSerializer[A] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, SimpleSerializer[A], TypeSerializerSingleton[A], TypeSerializer[A], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedSerializer
  2. Serializable
  3. Product
  4. Equals
  5. SimpleSerializer
  6. TypeSerializerSingleton
  7. TypeSerializer
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedSerializer(mapper: TypeMapper[A, B], ser: TypeSerializer[B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def copy(source: DataInputView, target: DataOutputView): Unit
    Definition Classes
    SimpleSerializer → TypeSerializer
  7. def copy(from: A, reuse: A): A
    Definition Classes
    SimpleSerializer → TypeSerializer
  8. def copy(from: A): A
    Definition Classes
    SimpleSerializer → TypeSerializer
  9. def createInstance(): A
    Definition Classes
    MappedSerializer → TypeSerializer
  10. def deserialize(source: DataInputView): A
    Definition Classes
    MappedSerializer → TypeSerializer
  11. def deserialize(reuse: A, source: DataInputView): A
    Definition Classes
    MappedSerializerSimpleSerializer → TypeSerializer
  12. def duplicate(): TypeSerializerSingleton[A]
    Definition Classes
    TypeSerializerSingleton → TypeSerializer
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    MappedSerializer → Equals → TypeSerializerSingleton → TypeSerializer → AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getLength(): Int
    Definition Classes
    MappedSerializer → TypeSerializer
  17. def hashCode(): Int
    Definition Classes
    MappedSerializer → TypeSerializerSingleton → TypeSerializer → AnyRef → Any
  18. def isImmutableType(): Boolean
    Definition Classes
    SimpleSerializer → TypeSerializer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val mapper: TypeMapper[A, B]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val ser: TypeSerializer[B]
  25. def serialize(record: A, target: DataOutputView): Unit
    Definition Classes
    MappedSerializer → TypeSerializer
  26. def snapshotConfiguration(): TypeSerializerSnapshot[A]
    Definition Classes
    MappedSerializer → TypeSerializer
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    MappedSerializer → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleSerializer[A]

Inherited from TypeSerializerSingleton[A]

Inherited from TypeSerializer[A]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped