We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3413e commit 2f45138Copy full SHA for 2f45138
1 file changed
src/main/java/com/meilisearch/sdk/json/GsonJsonHandler.java
@@ -20,7 +20,7 @@ public GsonJsonHandler() {
20
builder.registerTypeAdapter(
21
FilterableAttributesConfig.class, new GsonFilterableAttributesConfigTypeAdapter());
22
builder.registerTypeAdapterFactory(new GsonTaskDetailsTypeAdapterFactory());
23
- this.gson = builder.serializeNulls().create();
+ this.gson = builder.create();
24
}
25
26
@Override
0 commit comments