JsonDeserializer

sealed class JsonDeserializer

Types

ArrayCtx
Link copied to clipboard
class ArrayCtx(arr: <ERROR CLASS>)
Companion
Link copied to clipboard
object Companion : JsonDeserializer
ObjectCtx
Link copied to clipboard
class ObjectCtx(obj: <ERROR CLASS>)
ObjectIterator
Link copied to clipboard
class ObjectIterator(iter: Iterator<Map.Entry<String, <ERROR CLASS>>>)

Functions

objFromStringOrNull
Link copied to clipboard
open fun objFromStringOrNull(data: String): <ERROR CLASS>?

Inheritors

JsonDeserializer
Link copied to clipboard