msgraph-sdk-php
msgraph-sdk-php copied to clipboard
v2 SDK ignores null values in models during serialization
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.