Class

fm.serializer

ScalaBigIntPrimitive

Related Doc: package serializer

Permalink

final class ScalaBigIntPrimitive extends Primitive[BigInt]

Linear Supertypes
Primitive[BigInt], SimpleSerializer[BigInt], Deserializer[BigInt], NestedDeserializer[BigInt], RawDeserializer[BigInt], Serializer[BigInt], FieldSerializer[BigInt], NestedSerializer[BigInt], RawSerializer[BigInt], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaBigIntPrimitive
  2. Primitive
  3. SimpleSerializer
  4. Deserializer
  5. NestedDeserializer
  6. RawDeserializer
  7. Serializer
  8. FieldSerializer
  9. NestedSerializer
  10. RawSerializer
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaBigIntPrimitive()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def defaultValue: BigInt

    Permalink

    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
    ScalaBigIntPrimitiveDeserializer
  7. def deserializeNested(input: NestedInput): BigInt

    Permalink
  8. def deserializeRaw(input: RawInput): BigInt

    Permalink
    Definition Classes
    ScalaBigIntPrimitiveRawDeserializer
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def map[B](default: ⇒ B)(ser: (B) ⇒ BigInt)(deser: (BigInt) ⇒ B): MappedSimpleSerializer[BigInt, B]

    Permalink
    Definition Classes
    SimpleSerializer
  15. final def map[B](ser: (B) ⇒ BigInt, deser: (BigInt) ⇒ B, default: ⇒ B): MappedSimpleSerializer[BigInt, B]

    Permalink
    Definition Classes
    SimpleSerializer
  16. final def map[B](ser: (B) ⇒ BigInt, deser: (BigInt) ⇒ B): MappedSimpleSerializer[BigInt, B]

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def serializeField(output: FieldOutput, number: Int, name: String, v: BigInt): Unit

    Permalink
    Definition Classes
    ScalaBigIntPrimitiveFieldSerializer
  21. def serializeNested(output: NestedOutput, v: BigInt): Unit

    Permalink
    Definition Classes
    ScalaBigIntPrimitiveNestedSerializer
  22. def serializeRaw(output: RawOutput, v: BigInt): Unit

    Permalink
    Definition Classes
    ScalaBigIntPrimitiveRawSerializer
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def uninitializedValue: BigInt

    Permalink
    Definition Classes
    Primitive
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Primitive[BigInt]

Inherited from SimpleSerializer[BigInt]

Inherited from Deserializer[BigInt]

Inherited from NestedDeserializer[BigInt]

Inherited from RawDeserializer[BigInt]

Inherited from Serializer[BigInt]

Inherited from FieldSerializer[BigInt]

Inherited from NestedSerializer[BigInt]

Inherited from RawSerializer[BigInt]

Inherited from AnyRef

Inherited from Any

Ungrouped