Skip to content
Snippets Groups Projects
Commit 0f89e4ee authored by Johannes Mey's avatar Johannes Mey
Browse files

create compact json models

parent aeba90a7
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ public class RelASTSerializer extends ModelSerializer<RelASTGeneratorConfig> { ...@@ -34,7 +34,7 @@ public class RelASTSerializer extends ModelSerializer<RelASTGeneratorConfig> {
System.out.println(jsonPath); System.out.println(jsonPath);
try { try {
container.resolveAll(); container.resolveAll();
container.serialize(new File(jsonPath), true); container.serialize(new File(jsonPath), false);
} catch (SerializationException e) { } catch (SerializationException e) {
throw new IOException(e); throw new IOException(e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment