public JsonSerializer
Client json serializer.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read(io.ktor.client.call.TypeInfo type,
io.ktor.client.response.HttpResponse response,
kotlin.coroutines.experimental.Continuation<java.lang.Object> p)
Read content from response using information specified in type.
|
io.ktor.http.content.OutgoingContent |
write(java.lang.Object data)
Convert data object to OutgoingContent.
|
io.ktor.http.content.OutgoingContent write(java.lang.Object data)
Convert data object to OutgoingContent.
java.lang.Object read(io.ktor.client.call.TypeInfo type,
io.ktor.client.response.HttpResponse response,
kotlin.coroutines.experimental.Continuation<java.lang.Object> p)
Read content from response using information specified in type.