trixnity-clientserverapi-model
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.sync
/
SyncResponseSerializer
Sync
Response
Serializer
class
SyncResponseSerializer
(
json
:
Json
,
mappings
:
EventContentSerializerMappings
)
:
ContextualSerializer
<
Sync.Response
>
Members
Constructors
Sync
Response
Serializer
Link copied to clipboard
constructor
(
json
:
Json
,
mappings
:
EventContentSerializerMappings
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
json
Link copied to clipboard
val
json
:
Json
serializer
Link copied to clipboard
val
serializer
:
KSerializer
<
Sync.Response
>
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
Sync.Response
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Sync.Response
)