ImmutableIntArrayDeserializer

fm.serializer.ImmutableIntArrayDeserializer
final class ImmutableIntArrayDeserializer extends CollectionDeserializerBase[ImmutableArray[Int]]

Attributes

Graph
Supertypes
class CollectionDeserializerBase[ImmutableArray[Int]]
trait Deserializer[ImmutableArray[Int]]
trait NestedDeserializer[ImmutableArray[Int]]
trait RawDeserializer[ImmutableArray[Int]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def defaultValue: ImmutableArray[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

protected def readCollection(input: CollectionInput): ImmutableArray[Int]

Inherited methods

final def deserializeNested(input: NestedInput): Col

Attributes

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

Attributes

Inherited from:
CollectionDeserializerBase