Class AbstractByteBufferMarshaller
java.lang.Object
org.wildfly.clustering.marshalling.AbstractByteBufferMarshaller
- All Implemented Interfaces:
ByteBufferMarshaller,Marshallability,Marshaller<Object,ByteBuffer>
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.marshalling.Marshallability
TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a provider of context to use during read/write operations.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.ByteBufferMarshaller
read, readFrom, size, write, writeToMethods inherited from interface org.wildfly.clustering.marshalling.Marshallability
isMarshallable
-
Constructor Details
-
AbstractByteBufferMarshaller
-
-
Method Details
-
getContextClassLoaderProvider
Description copied from interface:ByteBufferMarshallerReturns a provider of context to use during read/write operations.- Specified by:
getContextClassLoaderProviderin interfaceByteBufferMarshaller- Returns:
- a context provider
-