Package com.caucho.hessian.io
Class MapSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.MapSerializer
- All Implemented Interfaces:
Serializer
Serializing a JDK 1.2 java.util.Map.
-
Field Summary
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log, NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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
(Object obj, AbstractHessianOutput out) Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeInstance, writeObject10, writeReplace
-
Constructor Details
-
MapSerializer
public MapSerializer()
-
-
Method Details
-
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
- Specified by:
writeObject
in interfaceSerializer
- Overrides:
writeObject
in classAbstractSerializer
- Throws:
IOException
-