FixedLongPrimitive

fm.serializer.FixedLongPrimitive
final class FixedLongPrimitive extends Primitive[Long]

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Long

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): Long
def deserializeRaw(input: RawInput): Long
def serializeField(output: FieldOutput, number: Int, name: String, v: Long): Unit
def serializeNested(output: NestedOutput, v: Long): Unit
def serializeRaw(output: RawOutput, v: Long): Unit

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleSerializer
final def uninitializedValue: T

Attributes

Inherited from:
Primitive