core
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
core
core
/
at.asitplus.awesn1.serialization
/
DefaultDerOpenPolymorphismByTagBuilder
Default
Der
Open
Polymorphism
By
Tag
Builder
class
DefaultDerOpenPolymorphismByTagBuilder
<
T
:
Any
>
(
source
)
Members
Functions
subtype
Link copied to clipboard
inline
fun
<
S
:
T
>
subtype
(
vararg
leadingTags
:
Asn1Element.Tag
,
noinline
matches
:
(
T
)
->
Boolean
=
{ it is S }
)
fun
<
S
:
T
>
subtype
(
serializer
:
KSerializer
<
S
>
,
leadingTags
:
Set
<
Asn1Element.Tag
>
,
matches
:
(
T
)
->
Boolean
)