We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faac0f commit aaa8900Copy full SHA for aaa8900
gamutils/src/main/java/com/genexus/gam/utils/Dictionary.java
@@ -21,7 +21,7 @@ public class Dictionary {
21
22
public Dictionary() {
23
this.userMap = new LinkedHashMap<>();
24
- this.gson = new GsonBuilder()
+ this.gson = new GsonBuilder().serializeNulls()
25
.addSerializationExclusionStrategy(new ExclusionStrategy() {
26
@Override
27
public boolean shouldSkipField(FieldAttributes f) {
0 commit comments