Class ByteBufferTestMarshaller<T>
java.lang.Object
org.wildfly.clustering.marshalling.ByteBufferTestMarshaller<T>
- Type Parameters:
T- marshaller target type
- All Implemented Interfaces:
Predicate<Object>, org.wildfly.clustering.function.Predicate<Object>, org.wildfly.clustering.marshalling.Marshaller<T, ByteBuffer>, TestMarshaller<T>
A
ByteBufferMarshaller based TestMarshaller.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Predicate
ALWAYS, NEVER -
Constructor Summary
ConstructorsConstructorDescriptionByteBufferTestMarshaller(org.wildfly.clustering.marshalling.ByteBufferMarshaller marshaller) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Predicate
and, compose, composeBinary, composeDouble, composeInt, composeLong, handle, negate, or, xor
-
Constructor Details
-
ByteBufferTestMarshaller
public ByteBufferTestMarshaller(org.wildfly.clustering.marshalling.ByteBufferMarshaller marshaller)
-
-
Method Details
-
read
- Specified by:
readin interfaceorg.wildfly.clustering.marshalling.Marshaller<T, ByteBuffer>- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.wildfly.clustering.marshalling.Marshaller<T, ByteBuffer>- Throws:
IOException
-
test
-