Classes that implement this interface can participate in saving the model to
the ASCII output stream using the provided writer.
since: 2.0
Method Summary
void
write(String indent, PrintWriter writer) Writes the ASCII representation of the writable into the provider writer.
The writable should use the provided indent to write the stream starting
from the specified column number.
Writes the ASCII representation of the writable into the provider writer.
The writable should use the provided indent to write the stream starting
from the specified column number. Indent string should be written to the
writer after every new line.
Parameters: indent - a string that should be added after each new line to maintaindesired horizontal alignment Parameters: writer - a writer to be used to write this object's textualrepresentation