ClaimFormatSerializer

object ClaimFormatSerializer : KSerializer<ClaimFormat> (source)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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