Companion

object Companion : KSerializer<InputStoryContent.Type> (source)

Types

Link copied to clipboard
@Serializable
value class Unknown(val name: String) : InputStoryContent.Type

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): InputStoryContent.Type
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: InputStoryContent.Type)