Package org.apache.activemq.store.kahadb
Class MessageDatabase.StoredDestinationMarshaller
- java.lang.Object
-
- org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
-
- org.apache.activemq.store.kahadb.MessageDatabase.StoredDestinationMarshaller
-
- All Implemented Interfaces:
Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.StoredDestinationMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StoredDestinationMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.activemq.store.kahadb.disk.util.VariableMarshaller
deepCopy, getFixedSize, isDeepCopySupported
-
-
-
-
Method Detail
-
readPayload
public org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination readPayload(DataInput dataIn) throws IOException
Description copied from interface:Marshaller
Read the payload of the object from the DataInput stream.- Returns:
- unmarshalled object
- Throws:
IOException
-
writePayload
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value, DataOutput dataOut) throws IOException
Description copied from interface:Marshaller
Write the payload of the object to the DataOutput stream.- Throws:
IOException
-
-