trixnity
Toggle table of contents
5.5.0-SNAPSHOT.CI-20260414.150409
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.serialization.events
/
RtcApplicationSerializerMapping
Rtc
Application
Serializer
Mapping
data
class
RtcApplicationSerializerMapping
<
T
:
RtcApplication
>
(
val
type
:
String
,
val
kClass
:
KClass
<
out
T
>
,
val
serializer
:
KSerializer
<
T
>
)
Members
Constructors
Rtc
Application
Serializer
Mapping
Link copied to clipboard
constructor
(
type
:
String
,
kClass
:
KClass
<
out
T
>
,
serializer
:
KSerializer
<
T
>
)
Properties
k
Class
Link copied to clipboard
val
kClass
:
KClass
<
out
T
>
serializer
Link copied to clipboard
val
serializer
:
KSerializer
<
T
>
type
Link copied to clipboard
val
type
:
String