ktor-client-serialization
Module Contents
alltypes
Module Contents
class
KotlinxSerializer
:
JsonSerializer
Module Contents
KotlinxSerializer
(
json
:
Json
=
DefaultJson
)
val
DefaultJson
:
Json
val
DefaultJsonConfiguration
:
Json
fun
read
(
type
:
TypeInfo
,
body
:
Input
)
:
Any
fun
write
(
data
:
Any
,
contentType
:
ContentType
)
:
OutgoingContent
package
io.ktor.client.features.json.serializer
Module Contents
class
KotlinxSerializer
:
JsonSerializer
Module Contents
KotlinxSerializer
(
json
:
Json
=
DefaultJson
)
val
DefaultJson
:
Json
val
DefaultJsonConfiguration
:
Json
fun
read
(
type
:
TypeInfo
,
body
:
Input
)
:
Any
fun
write
(
data
:
Any
,
contentType
:
ContentType
)
:
OutgoingContent