StateEventContentSerializer

class StateEventContentSerializer(mappings: Set<SerializerMapping<out StateEventContent>>, type: String? = null) : KSerializer<StateEventContent>

Constructors

Link copied to clipboard
constructor(mappings: Set<SerializerMapping<out StateEventContent>>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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