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

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

public class ShortHelper
extends GenIntegerHelper

Helper for Short object
creation : 13 janv. 2009

Author:
David FRANCOIS

Field Summary
static ShortHelper 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

HELPER

public static final ShortHelper HELPER