FloatPrimitive

fm.serializer.FloatPrimitive
final class FloatPrimitive extends Primitive[Float]

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Float

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleSerializer
final def uninitializedValue: T

Attributes

Inherited from:
Primitive