Package 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.
-
-
Field Summary
-
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log, NULL
-
-
Constructor Summary
Constructors Constructor Description MapSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getSendJavaType()
Return true if the java type of the collection should be sent.void
setSendJavaType(boolean sendJavaType)
Set true if the java type of the collection should be sent.void
writeObject(java.lang.Object obj, AbstractHessianOutput out)
-
Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeInstance, writeObject10, writeReplace
-
-
-
-
Method Detail
-
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(java.lang.Object obj, AbstractHessianOutput out) throws java.io.IOException
- Specified by:
writeObject
in interfaceSerializer
- Overrides:
writeObject
in classAbstractSerializer
- Throws:
java.io.IOException
-
-