Skip to content

Commit

Permalink
#36 i wish i had more time and all, but it's now 'ready', i guess...
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechp committed May 30, 2017
1 parent 6a83076 commit fd0fe9f
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 1,403 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/fujaba/graphengine/GraphEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static Gson getGson() {
.registerTypeAdapter(PatternGraph.class, new PatternGraphAdapter())
.registerTypeAdapter(NodeSortTree.class, new NodeSortTreeAdapter())
.registerTypeAdapter(Algorithm.class, new AlgorithmAdapter())
.setPrettyPrinting()
// .setPrettyPrinting()
// .serializeNulls()
.create();
}
Expand Down
Loading

0 comments on commit fd0fe9f

Please sign in to comment.