com.anwrt.commons.hessian.model
Class HessianNull
java.lang.Object
com.anwrt.commons.hessian.model.HessianValue
com.anwrt.commons.hessian.model.HessianSimple
com.anwrt.commons.hessian.model.HessianNull
public final class HessianNull
- extends HessianSimple
Models a Hessian null value.
creation : 26 sept. 2008
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NULL
public static final HessianNull NULL
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 renderser - 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