public final class EncryptedJsonWriter
extends java.lang.Object
| Constructor | Description |
|---|---|
EncryptedJsonWriter(boolean indentOutput) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(EncryptedWorkspace workspace,
java.io.Writer writer) |
Writes an encrypted workspace definition as a JSON string to the specified Writer object.
|
public void write(EncryptedWorkspace workspace, java.io.Writer writer) throws WorkspaceWriterException
workspace - the Workspace object to writewriter - the Writer object to write the workspace toWorkspaceWriterException - if something goes wrong