Class FieldMarshaller<T>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller<T>
Type Parameters:
T - the target type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>

public class FieldMarshaller<T> extends Object implements ProtoStreamMarshaller<T>
A very generic marshaller for use with classes whose state is not publicly available for reading or writing except by pure reflection.
Author:
Paul Ferraro