First page
Back
Continue
Last page
Overview
Graphics
ObjectOutputStream
The class ObjectOutputStream allows writing an object into a stream. It contains the following method:
public void writeObject(Object obj)
throws IOException