ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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