BOOLEAN

Primitive kind that represents a boolean true/false value. Corresponding Kotlin primitive is Boolean. Corresponding encoder and decoder methods are Encoder.encodeBoolean and Decoder.decodeBoolean.

Functions

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String