com.caucho.hessian.io
Class MapSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.MapSerializer
- All Implemented Interfaces:
- Serializer
public class MapSerializer
- extends AbstractSerializer
Serializing a JDK 1.2 java.util.Map.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapSerializer
public MapSerializer()
setSendJavaType
public void setSendJavaType(boolean sendJavaType)
- Set true if the java type of the collection should be sent.
getSendJavaType
public boolean getSendJavaType()
- Return true if the java type of the collection should be sent.
writeObject
public void writeObject(Object obj,
AbstractHessianOutput out)
throws IOException
- Specified by:
writeObject in interface Serializer- Overrides:
writeObject in class AbstractSerializer
- Throws:
IOException
Copyright © 2013. All Rights Reserved.