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, writeReplace
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
writeObject
in interface Serializer
writeObject
in class AbstractSerializer
IOException
protected abstract InputStream getInputStream(Object obj) throws IOException
IOException
Copyright © 2023. All rights reserved.