CharOptionDeserializer

fm.serializer.CharOptionDeserializer$
object CharOptionDeserializer extends Deserializer[Option[Char]]

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

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Option[Char]

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