fm.serializer

MappedSimpleSerializer

final class MappedSimpleSerializer[A, B <: AnyRef] extends SimpleSerializer[B]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappedSimpleSerializer
  2. SimpleSerializer
  3. Deserializer
  4. NestedDeserializer
  5. RawDeserializer
  6. Serializer
  7. FieldSerializer
  8. NestedSerializer
  9. RawSerializer
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedSimpleSerializer(orig: SimpleSerializer[A], mapper: Mapper[A, B])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def defaultValue: B

    The default value to use if we don't read a value

    The default value to use if we don't read a value

    Definition Classes
    MappedSimpleSerializerDeserializer
  9. final def deserializeNested(input: NestedInput): B

  10. final def deserializeRaw(input: RawInput): B

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def map[B <: AnyRef](default: ⇒ B)(ser: (B) ⇒ B)(deser: (B) ⇒ B): MappedSimpleSerializer[B, B]

    Definition Classes
    SimpleSerializer
  18. final def map[B <: AnyRef](ser: (B) ⇒ B, deser: (B) ⇒ B, default: ⇒ B): MappedSimpleSerializer[B, B]

    Definition Classes
    SimpleSerializer
  19. final def map[B <: AnyRef](ser: (B) ⇒ B, deser: (B) ⇒ B): MappedSimpleSerializer[B, B]

    Definition Classes
    SimpleSerializer
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def serializeField(output: FieldOutput, number: Int, name: String, v: B): Unit

  24. final def serializeNested(output: NestedOutput, v: B): Unit

  25. final def serializeRaw(output: RawOutput, v: B): Unit

    Definition Classes
    MappedSimpleSerializerRawSerializer
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from SimpleSerializer[B]

Inherited from Deserializer[B]

Inherited from NestedDeserializer[B]

Inherited from RawDeserializer[B]

Inherited from Serializer[B]

Inherited from FieldSerializer[B]

Inherited from NestedSerializer[B]

Inherited from RawSerializer[B]

Inherited from AnyRef

Inherited from Any

Ungrouped