chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webauthn
/
AuthenticatorProtocolSerializer
Authenticator
Protocol
Serializer
object
AuthenticatorProtocolSerializer
:
FCEnumSerializer
<
AuthenticatorProtocol
>
Members
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
code
Of
Link copied to clipboard
open
override
fun
codeOf
(
value
:
AuthenticatorProtocol
)
:
String
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
AuthenticatorProtocol
from
Code
Link copied to clipboard
open
override
fun
fromCode
(
code
:
String
)
:
AuthenticatorProtocol
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
AuthenticatorProtocol
)