ktor-client-gson
Module Contents
alltypes
Module Contents
class
GsonSerializer
:
JsonSerializer
Module Contents
GsonSerializer
(
block
:
GsonBuilder
.
(
)
->
Unit
=
{}
)
suspend
fun
read
(
type
:
TypeInfo
,
response
:
HttpResponse
)
:
Any
fun
write
(
data
:
Any
)
:
OutgoingContent
package
io.ktor.client.features.json
Module Contents
class
GsonSerializer
:
JsonSerializer
Module Contents
GsonSerializer
(
block
:
GsonBuilder
.
(
)
->
Unit
=
{}
)
suspend
fun
read
(
type
:
TypeInfo
,
response
:
HttpResponse
)
:
Any
fun
write
(
data
:
Any
)
:
OutgoingContent