STRING

object STRING : PrimitiveKind

Primitive kind that represents a string value. Corresponding Kotlin primitive is String. Corresponding encoder and decoder methods are Encoder.encodeString and Decoder.decodeString.

Functions

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