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
/
TestClass
Test
Class
@
Serializable
open
class
TestClass
(
val
value
:
Int
=
0
)
(
source
)
Members
Constructors
Test
Class
Link copied to clipboard
constructor
(
value
:
Int
=
0
)
Properties
value
Link copied to clipboard
val
value
:
Int
=
0
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean