trixnity-core
Toggle table of contents
4.22.0
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.serialization.events
/
DecryptedOlmEventSerializer
Decrypted
Olm
Event
Serializer
class
DecryptedOlmEventSerializer
(
eventContentSerializers
:
Set
<
EventContentSerializerMapping
<
EventContent
>
>
)
:
BaseEventSerializer
<
EventContent
,
DecryptedOlmEvent
<
*
>
>
Members
Constructors
Decrypted
Olm
Event
Serializer
Link copied to clipboard
constructor
(
eventContentSerializers
:
Set
<
EventContentSerializerMapping
<
EventContent
>
>
)
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
DecryptedOlmEvent
<
*
>
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
DecryptedOlmEvent
<
*
>
)