Asn1ElementStringSerializer

Generic serializer for ASN.1 tree model types.

Values are encoded as Base64 over DER bytes to keep cross-format support without requiring DER-specific runtimes. When used with the awesn1.kxs DER format, this fallback representation is bypassed and native 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): Asn1Element
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Asn1Element)