Class ByteBufferTestMarshaller<T>
java.lang.Object
org.wildfly.clustering.marshalling.ByteBufferTestMarshaller<T>
- Type Parameters:
T- marshaller target type
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Marshallability,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.marshalling.Marshallability
TRUE -
Constructor Summary
ConstructorsConstructorDescriptionByteBufferTestMarshaller(org.wildfly.clustering.marshalling.ByteBufferMarshaller marshaller) -
Method Summary
-
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
-
isMarshallable
- Specified by:
isMarshallablein interfaceorg.wildfly.clustering.marshalling.Marshallability
-