Map Decoder
class MapDecoder(map: Map<String, Any>, prefix: String = "") : <ERROR CLASS> ERROR CLASS: Symbol not found for Decoder, <ERROR CLASS> ERROR CLASS: Symbol not found for CompositeDecoder
Functions
Link copied to clipboard
open override fun beginStructure(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor): ERROR CLASS: Symbol not found for CompositeDecoder
Link copied to clipboard
Link copied to clipboard
open override fun decodeBooleanElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun decodeByteElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Byte
Link copied to clipboard
Link copied to clipboard
open override fun decodeCharElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Char
Link copied to clipboard
Link copied to clipboard
open override fun decodeDoubleElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Double
Link copied to clipboard
open override fun decodeElementIndex(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor): Int
Link copied to clipboard
open override fun decodeEnum(enumDescriptor: ERROR CLASS: Symbol not found for SerialDescriptor): Int
Link copied to clipboard
Link copied to clipboard
open override fun decodeFloatElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Float
Link copied to clipboard
open override fun decodeInline(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor): ERROR CLASS: Symbol not found for Decoder
Link copied to clipboard
open override fun decodeInlineElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): ERROR CLASS: Symbol not found for Decoder
Link copied to clipboard
open override fun decodeIntElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Int
Link copied to clipboard
Link copied to clipboard
open override fun decodeLongElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <T> decodeSerializableElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, deserializer: ERROR CLASS: Symbol not found for DeserializationStrategy<T>, previousValue: T?): T
Link copied to clipboard
Link copied to clipboard
open override fun decodeShortElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): Short
Link copied to clipboard
Link copied to clipboard
open override fun decodeStringElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): String
Link copied to clipboard