Class DecoratorMarshaller<T>

java.lang.Object
Type Parameters:
T - the target type of this marshaller
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:
SynchronizedDecoratorMarshaller

public class DecoratorMarshaller<T> extends UnaryFieldMarshaller<T,T>
Marshaller for a decorator that does not provide public access to its decorated object.
Author:
Paul Ferraro