NestedInput

fm.serializer.NestedInput
trait NestedInput

NESTED Input

See documentation for Input/Output traits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def allowStringMap: Boolean
def nextValueIsNull: Boolean

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

def readNestedBigDecimal(): BigDecimal
def readNestedBigInteger(): BigInteger
def readNestedBool(): Boolean
def readNestedByteArray(): Array[Byte]
def readNestedDouble(): Double
def readNestedFixedInt(): Int
def readNestedFixedLong(): Long
def readNestedFloat(): Float
def readNestedInt(): Int
def readNestedLong(): Long
def readNestedObject[T](f: FieldInput => T): T
def readNestedSignedInt(): Int
def readNestedSignedLong(): Long
def readNestedString(): String