Class UnmodifiableCollectionMarshaller<E,T extends Collection<Object>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<T,V>
-
- org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller<T,Collection<Object>>
-
- org.wildfly.clustering.marshalling.protostream.util.UnmodifiableCollectionMarshaller<E,T>
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class UnmodifiableCollectionMarshaller<E,T extends Collection<Object>> extends SimpleFunctionalMarshaller<T,Collection<Object>>
- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
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.ProtoStreamMarshaller
getTypeName, read, write
-
-