org.apache.activemq.store.kahadaptor
Class StoreEntryMarshaller
java.lang.Object
org.apache.activemq.store.kahadaptor.StoreEntryMarshaller
- All Implemented Interfaces:
- Marshaller
public class StoreEntryMarshaller
- extends Object
- implements Marshaller
Marshall a TopicSubAck
- Version:
- $Revision: 1.10 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreEntryMarshaller
public StoreEntryMarshaller()
writePayload
public void writePayload(Object object,
DataOutput dataOut)
throws IOException
- Description copied from interface:
Marshaller
- Write the payload of this entry to the RawContainer
- Specified by:
writePayload
in interface Marshaller
- Throws:
IOException
readPayload
public Object readPayload(DataInput dataIn)
throws IOException
- Description copied from interface:
Marshaller
- Read the entry from the RawContainer
- Specified by:
readPayload
in interface Marshaller
- Returns:
- unmarshalled object
- Throws:
IOException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.