This method of the Entity class saves the entity to the given output stream with indenting and new lines.
public void save(XMLOutputStream o) throws IOException;
o | The output stream. |
IOException if there is a problem writing to the output stream.