SerializerOptions interface

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

xml

Options to configure xml parser/builder behavior.

xml: XmlOptions

Property Value