Package io.ktor.serialization
Types
ContentConverter with kotlinx.serialization.
Functions
Register application/json
(or another specified contentType) content type to ContentNegotiation feature using kotlinx.serialization.
Register kotlinx.serialization converter into ContentNegotiation feature
Register kotlinx.serialization converter into ContentNegotiation feature with the specified contentType and binary format (such as CBOR, ProtoBuf)
Register kotlinx.serialization converter into ContentNegotiation feature with the specified contentType and string format (such as Json)
This is no longer supported. Instead, specify format explicitly or use the corresponding DSL function.
Properties
The default json configuration used in SerializationConverter. The settings are:
The default json configuration used in SerializationConverter. The settings are: