We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Ndiritu
No branches or pull requests
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.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
The text was updated successfully, but these errors were encountered: