RedactedEventContentSerializer

class RedactedEventContentSerializer(val eventType: String) : KSerializer<RedactedEventContent>

Constructors

Link copied to clipboard
constructor(eventType: String)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor
Link copied to clipboard

Functions

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