rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework
/
RdContext
/
Companion
Companion
object
Companion
:
ISerializer
<
RdContext
<
*
>
>
Members
Members & Extensions
Functions
array
Link copied to clipboard
inline
fun
<
T
>
ISerializer
<
T
>
.
array
(
)
:
ISerializer
<
Array
<
T
>
>
interned
Link copied to clipboard
fun
<
T
:
Any
>
ISerializer
<
T
>
.
interned
(
internKey
:
String
)
:
ISerializer
<
T
>
list
Link copied to clipboard
fun
<
T
>
ISerializer
<
T
>
.
list
(
)
:
ISerializer
<
List
<
T
>
>
marshaller
For
Link copied to clipboard
fun
marshallerFor
(
context
:
RdContext
<
*
>
)
:
IMarshaller
<
RdContext
<
*
>
>
nullable
Link copied to clipboard
fun
<
T
:
Any
>
ISerializer
<
T
>
.
nullable
(
)
:
ISerializer
<
T
?
>
read
Link copied to clipboard
open
override
fun
read
(
ctx
:
SerializationCtx
,
buffer
:
AbstractBuffer
)
:
RdContext
<
*
>
write
Link copied to clipboard
open
override
fun
write
(
ctx
:
SerializationCtx
,
buffer
:
AbstractBuffer
,
value
:
RdContext
<
*
>
)