CoseSignedSerializer

class CoseSignedSerializer<P>(parameterSerializer: KSerializer<P>) : KSerializer<CoseSigned<P>>

Serializes CoseSigned with a typed payload, also adding Tag 24 to the payload, if it is a typed object, i.e. not a byte array.

Constructors

Link copied to clipboard
constructor(parameterSerializer: KSerializer<P>)

Properties

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

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): CoseSigned<P>
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: CoseSigned<P>)