Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

Update serializer to honor the null sentinel from azure core #236

Open rakshith91 opened 3 years ago

rakshith91 commented 3 years ago

Azure core introduced a NULL sentinel value azure.core.serialization.NULL for representing explicit null data,

Must honor:

azure.core.serialization.NULL means null on the wire, but azure.core.NULL in the deserialized object.

None means nothing (no data property) on the wire.