SerializationPolicyOptions interface

Options to configure API request serialization.

Properties

serializerOptions

Configures behavior of xml parser and builder.

stringifyXML

A function that is able to write XML. Required for XML support.

Property Details

serializerOptions

Configures behavior of xml parser and builder.

serializerOptions?: SerializerOptions

Property Value

stringifyXML

A function that is able to write XML. Required for XML support.

stringifyXML?: (obj: any, opts?: XmlOptions) => string

Property Value

(obj: any, opts?: XmlOptions) => string