rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework
/
ReflectionMarshaller
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
find
Companion
Serializer
Link copied to clipboard
fun
findCompanionSerializer
(
kClass
:
KClass
<
*
>
)
:
ISerializer
<
Any
>
?
Content copied to clipboard
invoke
Link copied to clipboard
inline operator
fun
<
T
:
Any
>
invoke
(
)
:
ISerializer
<
T
>
Content copied to clipboard
operator
fun
<
T
:
Any
>
invoke
(
kclass
:
KClass
<
T
>
)
:
ISerializer
<
T
>
Content copied to clipboard
serializer
For
Link copied to clipboard
fun
serializerFor
(
type
:
KType
)
:
ISerializer
<
*
>
Content copied to clipboard