CollectionInput
fm.serializer.CollectionInput
trait CollectionInput extends NestedInput
For reading Collections
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait Inputclass BSONInputclass JsonParserInputclass JSONInputclass JSONByteArrayInputclass JSONCharSequenceInputclass JSONReaderInputclass ProtobufInputclass ProtobufByteArrayInputclass ProtobufByteBufferInputclass ProtobufInputStreamInputclass ValidationInputShow all
Members list
Value members
Abstract methods
Is there another element to read in the collection?
Is there another element to read in the collection?
Attributes
Inherited methods
Attributes
- Inherited from:
- NestedInput
Returns true if the next value is known to be null otherwise false if the value is not null or is unknown. This means that even if the next value ends up being null this can return false.
Returns true if the next value is known to be null otherwise false if the value is not null or is unknown. This means that even if the next value ends up being null this can return false.
Note: If the next value is null then this method should consume that input
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
Attributes
- Inherited from:
- NestedInput
In this article