Class JBossByteBufferMarshaller
java.lang.Object
org.wildfly.clustering.marshalling.jboss.JBossByteBufferMarshaller
- All Implemented Interfaces:
ByteBufferMarshaller,Marshallability,Marshaller<Object,ByteBuffer>
A
ByteBufferMarshaller based on JBoss Marshalling.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.marshalling.ByteBufferMarshaller
LOGGERFields inherited from interface org.wildfly.clustering.marshalling.Marshallability
TRUE -
Constructor Summary
ConstructorsConstructorDescriptionJBossByteBufferMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMarshallable(Object object) readFrom(InputStream input) voidwriteTo(OutputStream output, Object value) 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, size, write
-
Constructor Details
-
JBossByteBufferMarshaller
-
-
Method Details
-
readFrom
- Specified by:
readFromin interfaceByteBufferMarshaller- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceByteBufferMarshaller- Throws:
IOException
-
isMarshallable
- Specified by:
isMarshallablein interfaceMarshallability
-