kotlinx-serialization
1.5.0-RC
common
kotlinx-serialization-core
/
kotlinx.serialization.encoding
/
AbstractDecoder
/
decodeLong
decode
Long
common
open
override
fun
decodeLong
(
)
:
Long
Content copied to clipboard
Decodes a 64-bit integer value. Corresponding kind is
PrimitiveKind.LONG
.