ktor-client-jackson
Module Contents
alltypes
Module Contents
class
JacksonSerializer
:
JsonSerializer
Module Contents
JacksonSerializer
(
jackson
:
ObjectMapper
=
jacksonObjectMapper()
,
block
:
ObjectMapper
.
(
)
->
Unit
=
{}
)
fun
read
(
type
:
TypeInfo
,
body
:
Input
)
:
Any
fun
write
(
data
:
Any
,
contentType
:
ContentType
)
:
OutgoingContent
package
io.ktor.client.features.json
Module Contents
class
JacksonSerializer
:
JsonSerializer
Module Contents
JacksonSerializer
(
jackson
:
ObjectMapper
=
jacksonObjectMapper()
,
block
:
ObjectMapper
.
(
)
->
Unit
=
{}
)
fun
read
(
type
:
TypeInfo
,
body
:
Input
)
:
Any
fun
write
(
data
:
Any
,
contentType
:
ContentType
)
:
OutgoingContent