Skip to content
New issue

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

Json serilializer leaves out object of JsonObject type in additionalData #1388

Open
andrueastman opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andrueastman
Copy link
Member

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

if (valueClass.equals(String.class)) this.writeStringValue(key, (String) value);

@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Kiota Jun 26, 2024
@andrueastman andrueastman moved this from Needs Triage 🔍 to Todo 📃 in Kiota Jun 26, 2024
@andrueastman andrueastman added the bug Something isn't working label Jun 26, 2024
@Ndiritu Ndiritu self-assigned this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo 📃
Development

No branches or pull requests

2 participants