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>
public class ProxyMarshaller<T> extends FunctionalScalarMarshaller<T,Object>
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ProxyMarshaller(Class<? extends T> targetClass)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
getJavaClass, readFrom, writeTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-