com.caucho.hessian.io
Class AbstractStreamSerializer
java.lang.Object
com.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.AbstractStreamSerializer
- All Implemented Interfaces:
- Serializer
public abstract class AbstractStreamSerializer
- extends AbstractSerializer
Serializing an object containing a byte stream.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStreamSerializer
public AbstractStreamSerializer()
writeObject
public void writeObject(Object obj,
AbstractHessianOutput out)
throws IOException
- Writes the object to the output stream.
- Specified by:
writeObject in interface Serializer- Overrides:
writeObject in class AbstractSerializer
- Throws:
IOException
getClassName
protected String getClassName(Object obj)
getInputStream
protected abstract InputStream getInputStream(Object obj)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.