| Interface | Description |
|---|---|
| BinaryFormat<V> |
Formatter to serializing and deserializing a value with into a binary format.
|
| TextFormat<V> |
Injects and extracts a value as text into carriers that travel in-band across process boundaries.
|
| TextFormat.Getter<C> |
Interface that allows a
TextFormat to read propagated fields from a carrier. |
| TextFormat.Setter<C> |
Class that allows a
TextFormat to set propagated fields into a carrier. |