Interface MessageMarshaller<T>

All Superinterfaces:
BaseMarshaller<T>

public interface MessageMarshaller<T> extends BaseMarshaller<T>
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]