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 booleangetSendJavaType()Return true if the java type of the collection should be sent.voidsetSendJavaType(boolean sendJavaType)Set true if the java type of the collection should be sent.voidwriteObject(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(Object obj, AbstractHessianOutput out) throws IOException
- Specified by:
writeObjectin interfaceSerializer- Overrides:
writeObjectin classAbstractSerializer- Throws:
IOException
-
-