Skip to content

Commit ccef306

Browse files
authored
Merge branch 'master' into new-async-lib
2 parents ff1dc01 + b01c2e2 commit ccef306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ibm/cloud/sdk/core/util/GsonSingleton.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ private static Gson createGson(Boolean prettyPrint) {
4545
builder.setPrettyPrinting();
4646
}
4747
builder.disableHtmlEscaping();
48+
builder.serializeNulls();
4849
return builder.create();
4950
}
5051

0 commit comments

Comments
 (0)