public abstract class AbstractStreamSerializer extends AbstractSerializer
log, NULL| Constructor and Description |
|---|
AbstractStreamSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getClassName(Object obj) |
protected abstract InputStream |
getInputStream(Object obj) |
void |
writeObject(Object obj,
AbstractHessianOutput out)
Writes the object to the output stream.
|
getClass, writeDefinition20, writeInstance, writeObject10, writeReplacepublic void writeObject(Object obj, AbstractHessianOutput out) throws IOException
writeObject in interface SerializerwriteObject in class AbstractSerializerIOExceptionprotected abstract InputStream getInputStream(Object obj) throws IOException
IOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.