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