awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
kxs
/
at.asitplus.awesn1.serialization
/
encodeToTlv
encode
To
Tlv
@
ExperimentalSerializationApi
@
JvmName
(
name
=
"encodeToTlvNonNull"
)
inline
fun
<
T
:
Any
>
Der
.
encodeToTlv
(
value
:
T
)
:
Asn1Element
(
source
)
@
ExperimentalSerializationApi
inline
fun
<
T
>
Der
.
encodeToTlv
(
value
:
T
)
:
Asn1Element
?
(
source
)
Encodes
value
into a single ASN.1 TLV element using the inferred serializer for
T
.