AbstractServerSerializationTest

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
data class ChildEntity(val item: String, val quantity: Int)
Link copied to clipboard
@Serializable
data class MyEntity(val id: Int, val name: String, val children: List<AbstractServerSerializationTest.ChildEntity>)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Test
open fun testFlowAcceptUtf16()
Link copied to clipboard
@Test
open fun testFlowNoAcceptUtf8()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Test
open fun testMap()
Link copied to clipboard
@Test
fun testPostEntity()
Link copied to clipboard
@Test
open fun testReceiveNullValue()