com.anwrt.commons.protocol.serialization.helpers
Class MapHelper
java.lang.Object
com.anwrt.commons.protocol.serialization.helpers.MapHelper
- All Implemented Interfaces:
- Helper, HessianHelper
public class MapHelper
- extends java.lang.Object
- implements HessianHelper
Helper for Map object
creation : 13 janv. 2009
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELPER
public static final MapHelper HELPER
getHelpedClass
public java.lang.Class getHelpedClass()
- Specified by:
getHelpedClass in interface Helper
serialize
public HessianValue serialize(java.lang.Object aJavaObject,
AwtHessianSerializer serializer)
throws AwtHessianSerializerException
- Specified by:
serialize in interface HessianHelper
- Throws:
AwtHessianSerializerException
deserialize
public java.lang.Object deserialize(HessianValue aValue,
AwtHessianParser parser)
throws AwtHessianParserException
- Throws:
AwtHessianParserException