RtcMemberEventContentSerializer

class RtcMemberEventContentSerializer(rtcApplicationSerializerMappings: RtcApplicationSerializerMappings = RtcApplicationSerializerMappings.default) : KSerializer<RtcMemberEventContent>

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): RtcMemberEventContent
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: RtcMemberEventContent)