Class BinaryMemberMarshaller<T,M extends Member,M1,M2>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller<T,M,M1,M2>
Type Parameters:
T - the target type of this marshaller
M - the reflection member type
M1 - the first component member type
M2 - the second component member type
All Implemented Interfaces:
Function<Object[],T>, org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>
Direct Known Subclasses:
BinaryFieldMarshaller, BinaryMethodMarshaller

public class BinaryMemberMarshaller<T,M extends Member,M1,M2> extends AbstractMemberMarshaller<T,M>
Generic marshaller based on two non-public members.
Author:
Paul Ferraro