serialization

Register kotlinx.serialization converter into ContentNegotiation plugin with the specified contentType and binary format (such as CBOR, ProtoBuf)

Report a problem


Register kotlinx.serialization converter into ContentNegotiation plugin with the specified contentType and string format (such as Json)

Report a problem