Asn1IntegerDecimalStringSerializer
String serializer for Asn1Integer.
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 INTEGER DER TLV encoding/decoding is used.
Serialization uses Asn1Integer.toDecimalString/Asn1Integer.fromDecimalString. These functions are length limited. The limits used by this serializer can be overridden (globally) using decodingLimit/encodingLimit. This only affects string serialization for non-DER formats.