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

store models without tabs

parent fb390719
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -52,7 +52,7 @@ public class Json4AgSpecialSerializer extends ModelSerializer<Json4AgSpecialGene ...@@ -52,7 +52,7 @@ public class Json4AgSpecialSerializer extends ModelSerializer<Json4AgSpecialGene
// Setup mapper with serializers // Setup mapper with serializers
ObjectMapper mapper = new ObjectMapper(); ObjectMapper mapper = new ObjectMapper();
mapper.enable(SerializationFeature.INDENT_OUTPUT); mapper.disable(SerializationFeature.INDENT_OUTPUT);
// mapper.enable(SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS); // mapper.enable(SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYS);
SimpleModule module = new SimpleModule(); SimpleModule module = new SimpleModule();
module.addSerializer(ASTNonterminal.class, new ASTNonterminalSerializer()); module.addSerializer(ASTNonterminal.class, new ASTNonterminalSerializer());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment