SEALED
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.
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.