Skip to content

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

Open
@andrueastman

Description

@andrueastman

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 working

Type

No type

Projects

Status

New📃

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions