trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.serialization.events
/
EventContentSerializerMappingImpl
Event
Content
Serializer
Mapping
Impl
class
EventContentSerializerMappingImpl
<
C
:
EventContent
>
(
val
type
:
String
,
val
kClass
:
KClass
<
out
C
>
,
serializer
:
KSerializer
<
out
C
>
)
:
EventContentSerializerMapping
<
C
>
Members
Constructors
Event
Content
Serializer
Mapping
Impl
Link copied to clipboard
constructor
(
type
:
String
,
kClass
:
KClass
<
out
C
>
,
serializer
:
KSerializer
<
out
C
>
)
Properties
k
Class
Link copied to clipboard
open
override
val
kClass
:
KClass
<
out
C
>
serializer
Link copied to clipboard
open
override
val
serializer
:
KSerializer
<
C
>
type
Link copied to clipboard
open
override
val
type
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String