Class UnaryMemberMarshaller<T,M extends Member,M1>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller<T,M,M1>
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:
UnaryFieldMarshaller, UnaryMethodMarshaller

public class UnaryMemberMarshaller<T,M extends Member,M1> extends AbstractMemberMarshaller<T,M>
Generic marshaller based on a single non-public member.
Author:
Paul Ferraro