共用方式為


DeserializationContentTypes interface

表示作業回應應以特定方式還原串行化的內容類型。

屬性

json

表示作業回應應還原串行化為 JSON 的內容類型。 默認為 [ “application/json”, “text/json” ]。

xml

表示作業回應應還原串行化為 XML 的內容類型。 默認為 [ “application/xml”, “application/atom+xml” ]。

屬性詳細資料

json

表示作業回應應還原串行化為 JSON 的內容類型。 默認為 [ “application/json”, “text/json” ]。

json?: string[]

屬性值

string[]

xml

表示作業回應應還原串行化為 XML 的內容類型。 默認為 [ “application/xml”, “application/atom+xml” ]。

xml?: string[]

屬性值

string[]