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, wait
read, size, write
public JBossByteBufferMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader)
public Object readFrom(InputStream input) throws IOException
readFrom
in interface ByteBufferMarshaller
IOException
public void writeTo(OutputStream output, Object value) throws IOException
writeTo
in interface ByteBufferMarshaller
IOException
public boolean isMarshallable(Object object)
isMarshallable
in interface Marshallability
Copyright © 2021 JBoss by Red Hat. All rights reserved.