Types
Exception thrown when a Protobuf message cannot be decoded from wire format.
Exception thrown when a Protobuf message cannot be encoded to wire format.
Base class for exceptions thrown during Protobuf encoding or decoding operations.
Functions
Turns exceptions thrown by different platforms during decoding into ProtobufDecodingException.
Turns exceptions thrown by different platforms during decoding into ProtobufDecodingException.
Turns exceptions thrown by different platforms during encoding into ProtobufEncodingException.
Turns exceptions thrown by different platforms during encoding into ProtobufEncodingException.
Creates a platform-specific WireDecoder.
This constructor takes a Source (which must be a Buffer) because the implementation (WireDecoderNative) depends on Buffer's internal structure.