com.anwrt.commons.hessian.model
Class HessianNull

java.lang.Object
  extended by com.anwrt.commons.hessian.model.HessianValue
      extended by com.anwrt.commons.hessian.model.HessianSimple
          extended by com.anwrt.commons.hessian.model.HessianNull

public final class HessianNull
extends HessianSimple

Models a Hessian null value.
creation : 26 sept. 2008

Author:
David FRANCOIS

Field Summary
static HessianNull NULL
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 void render(java.io.OutputStream aStream, AwtHessianSerializer ser)
          Renders the HessianValue to the given OutputStream.
 
Methods inherited from class com.anwrt.commons.hessian.model.HessianValue
getTypeString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final HessianNull NULL
Method Detail

render

public void render(java.io.OutputStream aStream,
                   AwtHessianSerializer ser)
            throws AwtHessianSerializerException
Description copied from class: HessianValue
Renders the HessianValue to the given OutputStream.

Specified by:
render in class HessianValue
Parameters:
aStream - to which to render
ser - an AwtHessianSerializer instance
Throws:
AwtHessianSerializerException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object