Class ProxyMarshaller<T>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller<T,Object>
org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller<T>
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 FunctionalScalarMarshaller<T,Object>
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
Author:
Paul Ferraro
  • Constructor Details

    • ProxyMarshaller

      public ProxyMarshaller(Class<? extends T> targetClass)