Class BinaryFieldMarshaller<T,F1,F2>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller<T,M>
-
- org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller<T,Field,F1,F2>
-
- org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller<T,F1,F2>
-
- All Implemented Interfaces:
Function<Object[],T>,org.infinispan.protostream.BaseMarshaller<T>,org.infinispan.protostream.ProtobufTagMarshaller<T>,Marshallable<T>,ProtoStreamMarshaller<T>
public class BinaryFieldMarshaller<T,F1,F2> extends BinaryMemberMarshaller<T,Field,F1,F2>
Generic marshaller based on two non-public fields.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
apply
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
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
-
-