ShortPrimitive

fm.serializer.ShortPrimitive
final class ShortPrimitive extends Primitive[Short]

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Short

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleSerializer
final def uninitializedValue: T

Attributes

Inherited from:
Primitive