ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-jackson
/
io.ktor.client.plugins.jackson
/
JacksonSerializer
Jackson
Serializer
class
JacksonSerializer
(
jackson
:
ObjectMapper
,
block
:
ObjectMapper
.
(
)
->
Unit
)
:
JsonSerializer
Content copied to clipboard
Functions
Functions
read
Link copied to clipboard
open
override
fun
read
(
type
:
TypeInfo
,
body
:
Input
)
:
Any
Content copied to clipboard
write
Link copied to clipboard
open
fun
write
(
data
:
Any
)
:
OutgoingContent
Content copied to clipboard
open
override
fun
write
(
data
:
Any
,
contentType
:
ContentType
)
:
OutgoingContent
Content copied to clipboard