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.
Related to microsoftgraph/msgraph-sdk-java#2063
The json serializer does not handle JsonObject types resulting in illegalState exception as only the property is written.
JsonObject
We should probably add a case for the same at
kiota-java/components/serialization/json/src/main/java/com/microsoft/kiota/serialization/JsonSerializationWriter.java
Line 471 in a853aae
Status