msgraph-sdk-php icon indicating copy to clipboard operation
msgraph-sdk-php copied to clipboard

v2 SDK ignores null values in models during serialization

Open Ndiritu opened this issue 3 years ago • 0 comments

The JSON Serializer ignores null values when serializing models preventing developers from explicitly setting null values.

This also presents a challenge when one wants to retrieve a partial object and patch it. See #977.

Ndiritu avatar Sep 05 '22 04:09 Ndiritu