Constructors

Link copied to clipboard
constructor(name: String, mappings: EventContentToEventSerializerMappings<C, out E, *>, typeField: String = "type")

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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