SEALED

object SEALED : PolymorphicKind

Sealed kind represents Kotlin sealed classes, where all subclasses are known statically at the moment of declaration. SealedClassSerializer can be used as an example of sealed serialization.

Functions

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