NestedOutput

fm.serializer.NestedOutput
trait NestedOutput

NESTED Output

See the documentation for Output

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def allowStringMap: Boolean
def writeNestedBigDecimal(value: BigDecimal): Unit
def writeNestedBigInteger(value: BigInteger): Unit
def writeNestedBool(value: Boolean): Unit
def writeNestedByteArray(value: Array[Byte]): Unit
def writeNestedCollection[T](col: T)(f: (NestedOutput, T) => Unit): Unit
def writeNestedDouble(value: Double): Unit
def writeNestedFixedInt(value: Int): Unit
def writeNestedFixedLong(value: Long): Unit
def writeNestedFloat(value: Float): Unit
def writeNestedInt(value: Int): Unit
def writeNestedLong(value: Long): Unit
def writeNestedObject[T](obj: T)(f: (FieldOutput, T) => Unit): Unit
def writeNestedSignedInt(value: Int): Unit
def writeNestedSignedLong(value: Long): Unit
def writeNestedString(value: String): Unit
def writeNestedUnsignedInt(value: Int): Unit
def writeNestedUnsignedLong(value: Long): Unit