ImmutableLongArrayDeserializer

fm.serializer.ImmutableLongArrayDeserializer
final class ImmutableLongArrayDeserializer extends CollectionDeserializerBase[ImmutableArray[Long]]

Attributes

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

Members list

Value members

Concrete methods

def defaultValue: ImmutableArray[Long]

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[Long]

Inherited methods

final def deserializeNested(input: NestedInput): Col

Attributes

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

Attributes

Inherited from:
CollectionDeserializerBase