Class ProtoStreamBuilderFieldSetMarshaller<T,B extends ProtoStreamBuilder<T>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller<T,B>
-
- org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilderFieldSetMarshaller<T,B>
-
- Type Parameters:
T- the type of this marshallerB- the builder type used by this marshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
- Direct Known Subclasses:
EnumSetMarshaller
public class ProtoStreamBuilderFieldSetMarshaller<T,B extends ProtoStreamBuilder<T>> extends FunctionalFieldSetMarshaller<T,B>
Marshaller for an object whose fields are marshalled via aFieldSetMarshallerand constructed via aProtoStreamBuilder.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ProtoStreamBuilderFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,B> marshaller)ProtoStreamBuilderFieldSetMarshaller(FieldSetMarshaller<T,B> 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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Constructor Detail
-
ProtoStreamBuilderFieldSetMarshaller
public ProtoStreamBuilderFieldSetMarshaller(FieldSetMarshaller<T,B> marshaller)
-
ProtoStreamBuilderFieldSetMarshaller
public ProtoStreamBuilderFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,B> marshaller)
-
-