|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.hessian.io.AbstractSerializer
com.caucho.hessian.io.AbstractStreamSerializer
public abstract class AbstractStreamSerializer
Serializing an object containing a byte stream.
| Field Summary |
|---|
| Fields inherited from class com.caucho.hessian.io.AbstractSerializer |
|---|
log, NULL |
| Constructor Summary | |
|---|---|
AbstractStreamSerializer()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getClassName(java.lang.Object obj)
|
protected abstract java.io.InputStream |
getInputStream(java.lang.Object obj)
|
void |
writeObject(java.lang.Object obj,
AbstractHessianOutput out)
Writes the object to the output stream. |
| 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 |
|---|
public AbstractStreamSerializer()
| Method Detail |
|---|
public void writeObject(java.lang.Object obj,
AbstractHessianOutput out)
throws java.io.IOException
writeObject in interface SerializerwriteObject in class AbstractSerializerjava.io.IOExceptionprotected java.lang.String getClassName(java.lang.Object obj)
protected abstract java.io.InputStream getInputStream(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||