Class SimpleFieldSetMarshaller<T>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller<T,T>
-
- org.wildfly.clustering.marshalling.protostream.SimpleFieldSetMarshaller<T>
-
- Type Parameters:
T- the type of this marshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class SimpleFieldSetMarshaller<T> extends FunctionalFieldSetMarshaller<T,T>
Marshaller for an object whose fields are marshalled via aFieldSetMarshallerwhose construction is sufficiently simple as to not require a separate builder.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,T> marshaller)SimpleFieldSetMarshaller(FieldSetMarshaller<T,T> marshaller)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller
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
-
-
-
-
Constructor Detail
-
SimpleFieldSetMarshaller
public SimpleFieldSetMarshaller(FieldSetMarshaller<T,T> marshaller)
-
SimpleFieldSetMarshaller
public SimpleFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,T> marshaller)
-
-