trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.serialization.events
/
SerializerMapping
Serializer
Mapping
data
class
SerializerMapping
<
C
:
Any
>
(
val
type
:
String
,
val
kClass
:
KClass
<
C
>
,
val
serializer
:
KSerializer
<
C
>
)
Members
Constructors
Serializer
Mapping
Link copied to clipboard
constructor
(
type
:
String
,
kClass
:
KClass
<
C
>
,
serializer
:
KSerializer
<
C
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
k
Class
Link copied to clipboard
val
kClass
:
KClass
<
C
>
serializer
Link copied to clipboard
val
serializer
:
KSerializer
<
C
>
type
Link copied to clipboard
val
type
:
String