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