ktor-client-json / io.ktor.client.features.json

Package io.ktor.client.features.json

Types

JsonFeature

class JsonFeature

HttpClient feature that serializes/de-serializes as JSON custom objects to request and from response bodies using a serializer.

JsonSerializer

interface JsonSerializer

Client json serializer.

Extensions for External Classes

io.ktor.client.HttpClientConfig

Functions

defaultSerializer

expect fun defaultSerializer(): JsonSerializer

Platform default serializer.