trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.serialization.events
/
StateEventContentSerializer
State
Event
Content
Serializer
class
StateEventContentSerializer
(
mappings
:
Set
<
SerializerMapping
<
out
StateEventContent
>
>
,
type
:
String
?
=
null
)
:
KSerializer
<
StateEventContent
>
Members
Constructors
State
Event
Content
Serializer
Link copied to clipboard
constructor
(
mappings
:
Set
<
SerializerMapping
<
out
StateEventContent
>
>
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
StateEventContent
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
StateEventContent
)