
implementation("io.ktor:ktor-websocket-serialization:3.3.3")Enables serialization and deserialization of WebSocket frames into various formats, including JSON, XML, CBOR, and ProtoBuf. Supports both client and server sides, facilitating seamless data exchange over WebSocket connections.