RoomAccountDataEventSerializer

Constructors

Link copied to clipboard
constructor(roomAccountDataEventContentSerializers: Set<EventContentSerializerMapping<RoomAccountDataEventContent>>)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): ClientEvent.RoomAccountDataEvent<*>
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: ClientEvent.RoomAccountDataEvent<*>)