DefaultDerTagSubtypeRegistration

data class DefaultDerTagSubtypeRegistration<T : Any>(val serializer: KSerializer<out T>, val leadingTags: Set<Asn1Element.Tag>, val matches: (T) -> Boolean, val debugName: String)(source)

Constructors

Link copied to clipboard
constructor(serializer: KSerializer<out T>, leadingTags: Set<Asn1Element.Tag>, matches: (T) -> Boolean, debugName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val matches: (T) -> Boolean
Link copied to clipboard
val serializer: KSerializer<out T>