DiscriminatorField

constructor(codecName: String, dispatchPackage: String, dispatchCodecSimpleName: String)

Parameters

codecName

the generated codec name for the discriminator type (e.g., "PngChunkHeaderCodec")

dispatchPackage

the package of the sealed dispatch codec

dispatchCodecSimpleName

the simple name of the dispatch codec (e.g., "PngChunkCodec")