com.caucho.hessian.io
Class AbstractSerializer.NullSerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by com.caucho.hessian.io.AbstractSerializer.NullSerializer
All Implemented Interfaces:
Serializer
Enclosing class:
AbstractSerializer

static final class AbstractSerializer.NullSerializer
extends AbstractSerializer

The NullSerializer exists as a marker for the factory classes so they save a null result.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.caucho.hessian.io.AbstractSerializer
AbstractSerializer.NullSerializer
 
Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log, NULL
 
Constructor Summary
AbstractSerializer.NullSerializer()
           
 
Method Summary
 void writeObject(java.lang.Object obj, AbstractHessianOutput out)
           
 
Methods inherited from class com.caucho.hessian.io.AbstractSerializer
getClass, writeDefinition20, writeInstance, writeObject10, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSerializer.NullSerializer

AbstractSerializer.NullSerializer()
Method Detail

writeObject

public void writeObject(java.lang.Object obj,
                        AbstractHessianOutput out)
                 throws java.io.IOException
Specified by:
writeObject in interface Serializer
Overrides:
writeObject in class AbstractSerializer
Throws:
java.io.IOException


Copyright 2003-2011. All Rights Reserved.