ImmutableArrayDeserializer

fm.serializer.ImmutableArrayDeserializer
final class ImmutableArrayDeserializer[Elem, Col >: ImmutableArray[Elem]](implicit evidence$1: ClassTag[Elem], elemDeser: Deserializer[Elem]) extends CollectionDeserializerBase[Col]

A specialized implementation for deserializing ImmutableArrays.

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: Col

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

protected def readCollection(input: CollectionInput): Col

Inherited methods

final def deserializeNested(input: NestedInput): Col

Attributes

Inherited from:
CollectionDeserializerBase
final def deserializeRaw(input: RawInput): Col

Attributes

Inherited from:
CollectionDeserializerBase