kotlinx-serialization / kotlinx.serialization.builtins / AbstractDecoder / decodeLongElement

decodeLongElement

(common, js, jvm, native) fun decodeLongElement(descriptor: SerialDescriptor, index: Int): Long

Decodes a 64-bit integer 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.LONG kind.