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 next major version. Please use annotation based marshallers instead.
    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]