public class JBossByteBufferMarshaller extends Object implements ByteBufferMarshaller
ByteBufferMarshaller based on JBoss Marshalling.LOGGER| Constructor and Description |
|---|
JBossByteBufferMarshaller(MarshallingConfigurationRepository repository,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMarshallable(Object object) |
Object |
readFrom(InputStream input) |
void |
writeTo(OutputStream output,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, size, writepublic JBossByteBufferMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader)
public Object readFrom(InputStream input) throws IOException
readFrom in interface ByteBufferMarshallerIOExceptionpublic void writeTo(OutputStream output, Object value) throws IOException
writeTo in interface ByteBufferMarshallerIOExceptionpublic boolean isMarshallable(Object object)
isMarshallable in interface MarshallabilityCopyright © 2022 JBoss by Red Hat. All rights reserved.