ScalaBigIntPrimitive

fm.serializer.ScalaBigIntPrimitive
final class ScalaBigIntPrimitive extends Primitive[BigInt]

Attributes

Graph
Supertypes
trait Primitive[BigInt]
trait SimpleSerializer[BigInt]
trait Deserializer[BigInt]
trait NestedDeserializer[BigInt]
trait RawDeserializer[BigInt]
trait Serializer[BigInt]
trait FieldSerializer[BigInt]
trait NestedSerializer[BigInt]
trait RawSerializer[BigInt]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def defaultValue: BigInt

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

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

Attributes

def deserializeNested(input: NestedInput): BigInt
def deserializeRaw(input: RawInput): BigInt
def serializeField(output: FieldOutput, number: Int, name: String, v: BigInt): Unit
def serializeNested(output: NestedOutput, v: BigInt): Unit
def serializeRaw(output: RawOutput, v: BigInt): Unit

Inherited methods

final def map[B](default: => B)(ser: B => BigInt)(deser: BigInt => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
final def map[B](ser: B => BigInt, deser: BigInt => B, default: => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
final def map[B](ser: B => BigInt, deser: BigInt => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
final def uninitializedValue: T

Attributes

Inherited from:
Primitive