|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.MapSerializer
public class MapSerializer
Serializing a JDK 1.2 java.util.Map.
Field Summary |
---|
Fields inherited from class com.caucho.hessian.io.AbstractSerializer |
---|
log, NULL |
Constructor Summary | |
---|---|
MapSerializer()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapSerializer()
Method Detail |
---|
public void setSendJavaType(boolean sendJavaType)
public boolean getSendJavaType()
public void writeObject(java.lang.Object obj, AbstractHessianOutput out) throws java.io.IOException
writeObject
in interface Serializer
writeObject
in class AbstractSerializer
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |