
implementation("io.ktor:ktor-client-serialization:3.4.0")Facilitates serialization and deserialization of HTTP request and response bodies in various formats, including JSON, XML, CBOR, and ProtoBuf. Integrates with content negotiation to handle media types using `Accept` and `Content-Type` headers.