kotlinx-serialization / kotlinx.serialization.builtins / AbstractEncoder / encodeLongElement

encodeLongElement

(common, js, jvm, native) fun encodeLongElement(descriptor: SerialDescriptor, index: Int, value: Long): Unit

Encodes a 64-bit integer value associated with an element at the given index in serial descriptor. The element at the given index should have PrimitiveKind.LONG kind.