ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
push
/
com.pingidentity.mfa.push
/
PushNotification
/
AdditionalDataSerializer
Additional
Data
Serializer
object
AdditionalDataSerializer
:
KSerializer
<
Map
<
String
,
Any
>
?
>
Custom serializer for Maps with Any values.
Members
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
Map
<
String
,
Any
>
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Map
<
String
,
Any
>
?
)