Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeserializationContentTypes

Package version

The content-types that will indicate that an operation response should be deserialized in a particular way.

Hierarchy

  • DeserializationContentTypes

Index

Properties

Properties

Optional json

json: string[]

The content-types that indicate that an operation response should be deserialized as JSON. Defaults to [ "application/json", "text/json" ].

Optional xml

xml: string[]

The content-types that indicate that an operation response should be deserialized as XML. Defaults to [ "application/xml", "application/atom+xml" ].

Generated using TypeDoc