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
/
EventContentToEventSerializerMappings
/
SerializerWithType
Serializer
With
Type
data
class
SerializerWithType
<
E
>
(
val
type
:
String
,
val
serializer
:
KSerializer
<
E
>
)
Members
Constructors
Serializer
With
Type
Link copied to clipboard
constructor
(
type
:
String
,
serializer
:
KSerializer
<
E
>
)
Properties
serializer
Link copied to clipboard
val
serializer
:
KSerializer
<
E
>
type
Link copied to clipboard
val
type
:
String