Expand description
Serialization codecs for different protocol bindings
Re-exports§
pub use json::JsonCodec;pub use jsonrpc::JsonRpcCodec;pub use sse::SseCodec;pub use sse::SseEvent;
Modules§
- json
- JSON codec for HTTP+JSON binding
- jsonrpc
- JSON-RPC 2.0 codec for A2A protocol
- sse
- Server-Sent Events (SSE) codec for streaming A2A responses
Traits§
- Codec
- Codec trait for encoding and decoding A2A protocol messages