com.anwrt.commons.protocol.serialization.helpers
Class DateHelper

java.lang.Object
  extended by com.anwrt.commons.protocol.serialization.helpers.DateHelper
All Implemented Interfaces:
Helper, HessianHelper

public class DateHelper
extends java.lang.Object
implements HessianHelper

Helper for 32 and 64bits date
creation : 13 janv. 2009

Author:
David FRANCOIS

Field Summary
static Helper HELPER
           
 
Method Summary
 java.lang.Class getHelpedClass()
           
 HessianValue serialize(java.lang.Object aJavaObject, AwtHessianSerializer ser)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELPER

public static final Helper HELPER
Method Detail

serialize

public HessianValue serialize(java.lang.Object aJavaObject,
                              AwtHessianSerializer ser)
                       throws AwtHessianSerializerException
Specified by:
serialize in interface HessianHelper
Throws:
AwtHessianSerializerException

getHelpedClass

public java.lang.Class getHelpedClass()
Specified by:
getHelpedClass in interface Helper