CollectionDeserializerBase

fm.serializer.CollectionDeserializerBase
abstract class CollectionDeserializerBase[Col] extends Deserializer[Col]

Attributes

Graph
Supertypes
trait Deserializer[Col]
trait NestedDeserializer[Col]
trait RawDeserializer[Col]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

protected def readCollection(input: CollectionInput): Col

Concrete methods

final def deserializeNested(input: NestedInput): Col
final def deserializeRaw(input: RawInput): Col

Inherited methods

def defaultValue: T

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

Inherited from:
Deserializer