IntOptionDeserializer

fm.serializer.IntOptionDeserializer$
object IntOptionDeserializer extends Deserializer[Option[Int]]

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

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Option[Int]

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[Int]
final def deserializeRaw(input: RawInput): Option[Int]