org.apache.activemq.kaha
public class BytesMarshaller extends java.lang.Object implements Marshaller
Constructor and Description |
---|
BytesMarshaller() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public BytesMarshaller()
public void writePayload(java.lang.Object object, java.io.DataOutput dataOut) throws java.io.IOException
writePayload
in interface Marshaller
object
- dataOut
- java.io.IOException
public java.lang.Object readPayload(java.io.DataInput dataIn) throws java.io.IOException
readPayload
in interface Marshaller
dataIn
- java.io.IOException
Copyright © 2005-2014. All Rights Reserved.