public interface ObjectWriter
Modifier and Type | Method and Description |
---|---|
void |
write(Object object)
Writes an object to an output.
|
void write(Object object) throws IOException
object
- the Object
to writeIOException
- in case input/output fails, details are defined by the implementationCopyright © 2005–2021 QOS.ch. All rights reserved.