EventTypeSerializer

class EventTypeSerializer(val mappings: EventContentSerializerMappings) : KSerializer<EventType>

Constructors

Link copied to clipboard
constructor(mappings: EventContentSerializerMappings)

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