Interface MessageMarshaller<T>

  • All Superinterfaces:
    BaseMarshaller<T>

    public interface MessageMarshaller<T>
    extends BaseMarshaller<T>
    Contract to be implemented by marshallers for Protobuf message (entity) types. The marshaller implementation must be stateless (or behave as if stateless) and must be thread-safe.
    Since:
    1.0
    Author:
    [email protected]