LongOptionDeserializer

fm.serializer.LongOptionDeserializer$
object LongOptionDeserializer extends Deserializer[Option[Long]]

A Specialzed Option[Long] deserializer that uses the fm-common OptionCache via the Some.cached implicit

Attributes

Graph
Supertypes
trait Deserializer[Option[Long]]
trait NestedDeserializer[Option[Long]]
trait RawDeserializer[Option[Long]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def defaultValue: Option[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

final def deserializeNested(input: NestedInput): Option[Long]
final def deserializeRaw(input: RawInput): Option[Long]