toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-serialization-tests
/
io.ktor.serialization.test
/
AbstractServerSerializationTest
/
MyEntity
My
Entity
@
Serializable
data
class
MyEntity
(
val
id
:
Int
,
val
name
:
String
,
val
children
:
List
<
AbstractServerSerializationTest.ChildEntity
>
)
Members
Constructors
My
Entity
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
children
:
List
<
AbstractServerSerializationTest.ChildEntity
>
)
Properties
children
Link copied to clipboard
val
children
:
List
<
AbstractServerSerializationTest.ChildEntity
>
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String