Json Decoder
Functions
Link copied to clipboard
Link copied to clipboard
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<Boolean>): Boolean
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<CharRange>): CharRange
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<ClosedRange<*>>): ClosedRange<*>
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<Collection<*>>): Collection<*>
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<IntRange>): IntRange
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<List<*>>): List<*>
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<LongRange>): LongRange
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<Map<*, *>>): Map<*, *>
open override fun JsonDecoder<JsonCodingContext>.decode(valueType: JsonCodingType<Sequence<*>>): Sequence<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard