Class BinaryMethodMarshaller<T,M1,M2>

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

public class BinaryMethodMarshaller<T,M1,M2> extends BinaryMemberMarshaller<T,Method,M1,M2>
Generic marshaller based on two non-public accessor methods.
Author:
Paul Ferraro
  • Constructor Details