Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract override val decodableType: JsonCodingType<Value>
Link copied to clipboard
open override val encodableClass: KClass<Value>

Functions

Link copied to clipboard
abstract fun JsonDecoder<Context>.decode(valueType: JsonCodingType<Value>): Value
Link copied to clipboard
Link copied to clipboard
abstract fun JsonEncoder<Context>.encode(value: Value)
Link copied to clipboard