protected class MessageDatabase.MessageKeysMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
Modifier | Constructor and Description |
---|---|
protected |
MessageKeysMarshaller() |
Modifier and Type | Method and Description |
---|---|
org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupported
protected MessageKeysMarshaller()
public org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys readPayload(DataInput dataIn) throws IOException
Marshaller
IOException
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys object, DataOutput dataOut) throws IOException
Marshaller
IOException
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.