Class ProxyMarshaller<T>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller<T>
Type Parameters:
T - the proxy class type
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>

public class ProxyMarshaller<T> extends Object implements ProtoStreamMarshaller<T>
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
Author:
Paul Ferraro