com.caucho.hessian.io
Class InputStreamDeserializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractDeserializer
      extended by com.caucho.hessian.io.InputStreamDeserializer
All Implemented Interfaces:
Deserializer

public class InputStreamDeserializer
extends AbstractDeserializer

Serializing a stream object.


Constructor Summary
InputStreamDeserializer()
           
 
Method Summary
 java.lang.Object readObject(AbstractHessianInput in)
           
 
Methods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, error, getType, readLengthList, readList, readMap, readObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamDeserializer

public InputStreamDeserializer()
Method Detail

readObject

public java.lang.Object readObject(AbstractHessianInput in)
                            throws java.io.IOException
Specified by:
readObject in interface Deserializer
Overrides:
readObject in class AbstractDeserializer
Throws:
java.io.IOException