decodeCharElement

override fun decodeCharElement(descriptor: SerialDescriptor, index: Int): Char(source)

Decodes a 16-bit unicode character value from the underlying input. The resulting value is associated with the descriptor element at the given index. The element at the given index should have PrimitiveKind.CHAR kind.