Namespace Fluxzy.Formatters
Classes
- ProtobufDecoder
Factory methods for creating IProtobufDecoder instances.
Structs
- ProtobufDecodeContext
Provides context for decoding a single protobuf message extracted from a gRPC frame.
Interfaces
- IProtobufDecoder
Decodes raw protobuf message bytes into a human-readable text representation. Implement this interface to provide custom protobuf decoding without requiring the protoc CLI tool on PATH.