Expand description
Envelope codecs — pluggable serialization for Envelope.
The default codec is JsonCodec, which produces human-readable JSON.
Future codecs (MessagePack, Protobuf) can be added by implementing the
EnvelopeCodec trait.
Structs§
- Json
Codec - JSON envelope codec (the default).
Traits§
- Envelope
Codec - A codec that serializes and deserializes
Envelopes.