JwsCompactStringSerializer

Serializes a JwsCompact as its compact JWS string form inside JSON.

This serializer must be opted into explicitly to avoid accidentally treating JwsCompact as a JSON object.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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