Skip navigation links
C D F G I J K P R S W 

C

Companion - Static variable in class io.ktor.client.features.json.serializer.KotlinxSerializer
 
Config() - Constructor for class io.ktor.client.features.json.JsonFeature.Config
 

D

DefaultJvmKt - Class in io.ktor.client.features.json
 
defaultSerializer() - Static method in class io.ktor.client.features.json.DefaultJvmKt
 

F

Feature - Static variable in class io.ktor.client.features.json.JsonFeature
 

G

getKey() - Method in class io.ktor.client.features.json.JsonFeature.Feature
 
getSerializer() - Method in class io.ktor.client.features.json.JsonFeature.Config
Serialized that will be used for serializing requests bodies, and de-serializing response bodies when Content-Type matches application/json.
getSerializer() - Method in class io.ktor.client.features.json.JsonFeature
 

I

install(feature, scope) - Method in class io.ktor.client.features.json.JsonFeature.Feature
 
io.ktor.client.features.json - package io.ktor.client.features.json
 
io.ktor.client.features.json.serializer - package io.ktor.client.features.json.serializer
 

J

JsonFeature - Class in io.ktor.client.features.json
HttpClient feature that serializes/de-serializes as JSON custom objects to request and from response bodies using a serializer.
JsonFeature(serializer) - Constructor for class io.ktor.client.features.json.JsonFeature
HttpClient feature that serializes/de-serializes as JSON custom objects to request and from response bodies using a serializer.
JsonFeature.Config - Class in io.ktor.client.features.json
 
JsonFeature.Feature - Class in io.ktor.client.features.json
 
JsonSerializer - Interface in io.ktor.client.features.json
Client json serializer.

K

KotlinxSerializer - Class in io.ktor.client.features.json.serializer
A interface JsonSerializer implemented for kotlinx Serializable classes. Since serializers are determined statically, you must set the mapping for each Serializable class to it's KSerializer manually, using KotlinxSerializer.setMapper or register.
KotlinxSerializer(json) - Constructor for class io.ktor.client.features.json.serializer.KotlinxSerializer
A interface JsonSerializer implemented for kotlinx Serializable classes. Since serializers are determined statically, you must set the mapping for each Serializable class to it's KSerializer manually, using KotlinxSerializer.setMapper or register.
KotlinxSerializer() - Constructor for class io.ktor.client.features.json.serializer.KotlinxSerializer
A interface JsonSerializer implemented for kotlinx Serializable classes. Since serializers are determined statically, you must set the mapping for each Serializable class to it's KSerializer manually, using KotlinxSerializer.setMapper or register.
KotlinxSerializer.Companion - Class in io.ktor.client.features.json.serializer
 

P

prepare(block) - Method in class io.ktor.client.features.json.JsonFeature.Feature
 

R

read(type, response, p) - Method in interface io.ktor.client.features.json.JsonSerializer
Read content from response using information specified in type.
read(type, response, p) - Method in class io.ktor.client.features.json.serializer.KotlinxSerializer
Read content from response using information specified in type.

S

setListMapper(type, serializer) - Method in class io.ktor.client.features.json.serializer.KotlinxSerializer
Set mapping from type to generated KSerializer.
setMapper(type, serializer) - Method in class io.ktor.client.features.json.serializer.KotlinxSerializer
Set mapping from type to generated KSerializer.
setSerializer(p) - Method in class io.ktor.client.features.json.JsonFeature.Config
Serialized that will be used for serializing requests bodies, and de-serializing response bodies when Content-Type matches application/json.

W

write(data) - Method in interface io.ktor.client.features.json.JsonSerializer
Convert data object to OutgoingContent.
write(data) - Method in class io.ktor.client.features.json.serializer.KotlinxSerializer
Convert data object to OutgoingContent.
C D F G I J K P R S W 
Skip navigation links