- All Superinterfaces:
- BaseMarshaller<T>
- All Known Implementing Classes:
- ProtocMessageMarshaller, WrappedMessage.Marshaller
public interface RawProtobufMarshaller<T>
extends BaseMarshaller<T>
A marshaller for messages that has direct access to the low level protobuf streams to read and write tags in an
unchecked manner. The access is not verified against a protobuf definition as it would normally happen in case of
MessageMarshaller. This is usually used to provide more flexible or generic marshallers, not tied to a
specific schema.
- Since:
- 1.0