Reader

interface Reader<R, D : DebugStatement<R>>(source)

Inheritors

Functions

Link copied to clipboard
abstract fun deserialize(string: String): D
Link copied to clipboard
abstract fun deserializeCompact(string: String): D
Link copied to clipboard
abstract fun fromJsonElement(jsonElement: JsonElement): D