Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@andrueastman

Description

@andrueastman
Issue body actions

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);

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingSomething isn't working

Type

No type

Projects

Status

New📃
Show more project fields

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.