kotlinx-rpc
Toggle table of contents
0.9.1
common
Platform filter
common
Back to docs
Switch theme
Search in API
kotlinx-rpc
kotlinx-rpc-krpc-test
/
kotlinx.rpc.krpc.test
/
TestList
Test
List
@
Serializable
data
class
TestList
<
T
:
TestClass
>
(
val
value
:
Int
=
42
)
(
source
)
Members
Constructors
Test
List
Link copied to clipboard
constructor
(
value
:
Int
=
42
)
Properties
value
Link copied to clipboard
val
value
:
Int
=
42