com.anwrt.commons.protocol.serialization.helpers
Class CollectionHelper
java.lang.Object
com.anwrt.commons.protocol.serialization.helpers.CollectionHelper
- All Implemented Interfaces:
- Helper, HessianHelper
public class CollectionHelper
- extends java.lang.Object
- implements HessianHelper
Helper for Collection 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 CollectionHelper 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 ser)
throws AwtHessianParserException
- Throws:
AwtHessianParserException
getHelpedClass
public java.lang.Class getHelpedClass()
- Specified by:
getHelpedClass in interface Helper