JsonPlugin

Deprecated

Please use ContentNegotiation plugin: https://ktor.io/docs/migrating-2.html#serialization-client

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

The default serializer is GsonSerializer.

The default acceptContentTypes is a list which contains ContentType.Application.Json

Note: It will de-serialize the body response if the specified type is a public accessible class and the Content-Type is one of acceptContentTypes list (application/json by default).

Types

Link copied to clipboard
class Config

JsonPlugin configuration that is used during installation

Link copied to clipboard

Companion object for plugin installation

Properties

Link copied to clipboard

that are allowed when receiving content

Link copied to clipboard

that is used to serialize and deserialize request/response bodies