protected class MessageDatabase.StoredDestinationMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
Modifier | Constructor and Description |
---|---|
protected |
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, isDeepCopySupported
protected StoredDestinationMarshaller()
public org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination readPayload(DataInput dataIn) throws IOException
Marshaller
IOException
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value, DataOutput dataOut) throws IOException
Marshaller
IOException
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.