- All Known Implementing Classes:
AutoFlushingObjectWriter
public interface ObjectWriter
Writes objects to an output.
- Author:
- Sebastian Gröbler
-
Method Summary
-
Method Details
-
write
Writes an object to an output.- Parameters:
object
- theObject
to write- Throws:
IOException
- in case input/output fails, details are defined by the implementation
-