Class BinaryFieldMarshaller<T,​F1,​F2>

  • All Implemented Interfaces:
    Function<Object[],​T>, org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>

    public class BinaryFieldMarshaller<T,​F1,​F2>
    extends BinaryMemberMarshaller<T,​Field,​F1,​F2>
    Generic marshaller based on two non-public fields.
    Author:
    Paul Ferraro