ObjectIterator

interface ObjectIterator

Functions

anyOrNull
Link copied to clipboard
common
abstract fun anyOrNull(): <ERROR CLASS><String, Any?>
array
Link copied to clipboard
common
open fun array(): <ERROR CLASS><String, Deserializer.ArrayCtx>
arrayOrNull
Link copied to clipboard
common
abstract fun arrayOrNull(): <ERROR CLASS><String, Deserializer.ArrayCtx?>
boolean
Link copied to clipboard
common
open fun boolean(): <ERROR CLASS><String, Boolean>
booleanOrNull
Link copied to clipboard
common
abstract fun booleanOrNull(): <ERROR CLASS><String, Boolean?>
double
Link copied to clipboard
common
open fun double(): <ERROR CLASS><String, Double>
doubleOrNull
Link copied to clipboard
common
abstract fun doubleOrNull(): <ERROR CLASS><String, Double?>
float
Link copied to clipboard
common
open fun float(): <ERROR CLASS><String, Float>
floatOrNull
Link copied to clipboard
common
abstract fun floatOrNull(): <ERROR CLASS><String, Float?>
hasNext
Link copied to clipboard
common
abstract fun hasNext(): Boolean
int
Link copied to clipboard
common
open fun int(): <ERROR CLASS><String, Int>
intOrNull
Link copied to clipboard
common
abstract fun intOrNull(): <ERROR CLASS><String, Int?>
long
Link copied to clipboard
common
open fun long(): <ERROR CLASS><String, Long>
longOrNull
Link copied to clipboard
common
abstract fun longOrNull(): <ERROR CLASS><String, Long?>
obj
Link copied to clipboard
common
open fun obj(): <ERROR CLASS><String, Deserializer.ObjectCtx>
objOrNull
Link copied to clipboard
common
abstract fun objOrNull(): <ERROR CLASS><String, Deserializer.ObjectCtx?>
string
Link copied to clipboard
common
open fun string(): <ERROR CLASS><String, String>
stringOrNull
Link copied to clipboard
common
abstract fun stringOrNull(): <ERROR CLASS><String, String?>

Inheritors

StdDeserializer
Link copied to clipboard