JwsSignedSerializer

object JwsSignedSerializer : KSerializer<JwsSigned<*>> (source)

Class that de-/serializes JwsSigned without respecting the generic type

ONLY USE TO SERIALIZE! DO NOT USE TO DESERIALIZE!

For more info on correct deserialization see RequestParametersFromSerializer

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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