Package com.structurizr.io.json
Class EncryptedJsonWriter
java.lang.Object
com.structurizr.io.json.EncryptedJsonWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(EncryptedWorkspace workspace, Writer writer) Writes an encrypted workspace definition as a JSON string to the specified Writer object.
-
Constructor Details
-
EncryptedJsonWriter
public EncryptedJsonWriter(boolean indentOutput)
-
-
Method Details
-
write
Writes an encrypted workspace definition as a JSON string to the specified Writer object.- Parameters:
workspace- the Workspace object to writewriter- the Writer object to write the workspace to- Throws:
WorkspaceWriterException- if something goes wrong
-