Asn1RealStringSerializer

object Asn1RealStringSerializer : KSerializer<Asn1Real> (source)

String serializer for Asn1Real.

Intended as a non-DER fallback representation for generic formats such as JSON. When used with the awesn1.kxs DER format, this serializer is bypassed and native REAL DER TLV encoding/decoding is used.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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