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 9a74122 commit bf9ef3fCopy full SHA for bf9ef3f
fern/products/sdks/overview/java/changelog/2025-10-23.mdx
@@ -1,6 +1,6 @@
1
## 3.9.2
2
**`(fix):`** Fix nullable field serialization in PATCH requests with wrapped request bodies. Explicit null values
3
-(Nullable.ofNull()) are now correctly serialized as {"field": null} instead of being omitted like
+(Nullable.ofNull()) are now correctly serialized as `{"field": null}` instead of being omitted like
4
Nullable.empty().
5
6
0 commit comments