toggle menu
ktor
2.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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