trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.serialization.events
/
DecryptedOlmEventSerializer
Decrypted
Olm
Event
Serializer
class
DecryptedOlmEventSerializer
(
eventContentSerializers
:
Set
<
SerializerMapping
<
out
EventContent
>
>
)
:
KSerializer
<
DecryptedOlmEvent
<
*
>
>
Members
Constructors
Decrypted
Olm
Event
Serializer
Link copied to clipboard
constructor
(
eventContentSerializers
:
Set
<
SerializerMapping
<
out
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
<
*
>
)