Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SerializerOptions interface
- Package:
- @azure/core-client
Options to configure serialization/de-serialization behavior.
Properties
| ignoreUnknownProperties | Normally additional properties are included in the result object, even if there is no mapper for them. This flag disables this behavior when true. It is used when parsing headers to avoid polluting the result object. |
| xml | Options to configure xml parser/builder behavior. |
Property Details
ignoreUnknownProperties
Normally additional properties are included in the result object, even if there is no mapper for them. This flag disables this behavior when true. It is used when parsing headers to avoid polluting the result object.
ignoreUnknownProperties?: boolean
Property Value
boolean
