protected class TempMessageDatabase.StoredDestinationMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>
Modifier | Constructor and Description |
---|---|
protected |
TempMessageDatabase.StoredDestinationMarshaller() |
Modifier and Type | Method and Description |
---|---|
Class<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> |
getType() |
org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupported
protected TempMessageDatabase.StoredDestinationMarshaller()
public Class<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> getType()
public org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination readPayload(DataInput dataIn) throws IOException
Marshaller
IOException
public void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value, DataOutput dataOut) throws IOException
Marshaller
IOException
Copyright © 2005–2017. All rights reserved.