trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.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
<
*
>
)