We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Azure core introduced a NULL sentinel value azure.core.serialization.NULL for representing explicit null data,
azure.core.serialization.NULL
Must honor:
azure.core.serialization.NULL means null on the wire, but azure.core.NULL in the deserialized object.
null
None means nothing (no data property) on the wire.