MaxKeySerializer

fm.serializer.bson.MaxKeySerializer
final class MaxKeySerializer extends BsonSerializer[MaxKey]

Attributes

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

Members list

Value members

Concrete methods

def deserializeNested(input: BSONInput): MaxKey
def deserializeRaw(input: BSONInput): MaxKey
def serializeField(output: BSONOutput, number: Int, name: String, v: MaxKey): Unit
def serializeNested(output: BSONOutput, v: MaxKey): Unit
def serializeRaw(output: BSONOutput, v: MaxKey): Unit

Inherited methods

final def deserializeNested(input: NestedInput): T

Attributes

Inherited from:
BsonSerializer
final def deserializeRaw(input: RawInput): T

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleSerializer
final def serializeField(output: FieldOutput, number: Int, name: String, v: MaxKey): Unit

Attributes

Inherited from:
BsonSerializer
final def serializeNested(output: NestedOutput, v: MaxKey): Unit

Attributes

Inherited from:
BsonSerializer
final def serializeRaw(output: RawOutput, v: MaxKey): Unit

Attributes

Inherited from:
BsonSerializer

Concrete fields

val defaultValue: MaxKey

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