BooleanOptionDeserializer

fm.serializer.BooleanOptionDeserializer$
object BooleanOptionDeserializer extends Deserializer[Option[Boolean]]

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

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Option[Boolean]

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