Interface MessageMarshaller<T>

All Superinterfaces:
BaseMarshaller<T>

@Deprecated public interface MessageMarshaller<T> extends BaseMarshaller<T>
Deprecated.
since 4.3.1.Final. Will be removed in version 5. Please use annotation based marshallers instead. See AutoProtoSchemaBuilder
Contract to be implemented by manually written marshallers for Protobuf message (entity) types. The marshaller implementation must be stateless and thread-safe.
Since:
1.0
Author:
[email protected]