protected class MessageDatabase.StoredDestinationMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
| Modifier | Constructor and Description |
|---|---|
protected |
MessageDatabase.StoredDestinationMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedprotected MessageDatabase.StoredDestinationMarshaller()
public org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination readPayload(DataInput dataIn) throws IOException
MarshallerIOExceptionpublic void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value, DataOutput dataOut) throws IOException
MarshallerIOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.