RtcSlotEventContentSerializer

class RtcSlotEventContentSerializer(rtcApplicationSerializerMappings: RtcApplicationSerializerMappings = RtcApplicationSerializerMappings.default) : KSerializer<RtcSlotEventContent>

Constructors

Link copied to clipboard
constructor(rtcApplicationSerializerMappings: RtcApplicationSerializerMappings = RtcApplicationSerializerMappings.default)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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