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

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

public class ResponseHelper
extends GenObjectHelper

Helper for serialization and deserialization of AwtResponse object
creation : 2 sept. 2008

Author:
David FRANCOIS

Field Summary
static java.lang.String[] fieldNames
           
static ResponseHelper HELPER
           
 
Method Summary
 
Methods inherited from class com.anwrt.commons.protocol.serialization.helpers.GenObjectHelper
deserialize, getHelpedClass, serialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldNames

public static final java.lang.String[] fieldNames

HELPER

public static final ResponseHelper HELPER