Map Encoder
class MapEncoder(val result: MutableMap<String, Any> = mutableMapOf(), prefix: String = "") : <ERROR CLASS> ERROR CLASS: Symbol not found for Encoder, <ERROR CLASS> ERROR CLASS: Symbol not found for CompositeEncoder
Functions
Link copied to clipboard
open override fun beginStructure(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor): ERROR CLASS: Symbol not found for CompositeEncoder
Link copied to clipboard
Link copied to clipboard
open override fun encodeBooleanElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Boolean)
Link copied to clipboard
Link copied to clipboard
open override fun encodeByteElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Byte)
Link copied to clipboard
Link copied to clipboard
open override fun encodeCharElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Char)
Link copied to clipboard
Link copied to clipboard
open override fun encodeDoubleElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Double)
Link copied to clipboard
open override fun encodeEnum(enumDescriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int)
Link copied to clipboard
Link copied to clipboard
open override fun encodeFloatElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Float)
Link copied to clipboard
open override fun encodeInline(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor): ERROR CLASS: Symbol not found for Encoder
Link copied to clipboard
open override fun encodeInlineElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int): ERROR CLASS: Symbol not found for Encoder
Link copied to clipboard
open override fun encodeIntElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Int)
Link copied to clipboard
Link copied to clipboard
open override fun encodeLongElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Long)
Link copied to clipboard
Link copied to clipboard
open override fun <T : Any> encodeNullableSerializableElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, serializer: ERROR CLASS: Symbol not found for SerializationStrategy<T>, value: T?)
Link copied to clipboard
open override fun <T> encodeSerializableElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, serializer: ERROR CLASS: Symbol not found for SerializationStrategy<T>, value: T)
Link copied to clipboard
Link copied to clipboard
open override fun encodeShortElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: Short)
Link copied to clipboard
Link copied to clipboard
open override fun encodeStringElement(descriptor: ERROR CLASS: Symbol not found for SerialDescriptor, index: Int, value: String)
Link copied to clipboard