ODataDeserializer(ODataPayloadKind) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ODataDeserializer class.
protected ODataDeserializer (Microsoft.OData.ODataPayloadKind payloadKind);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializer : Microsoft.OData.ODataPayloadKind -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializer
Protected Sub New (payloadKind As ODataPayloadKind)
Parameters
- payloadKind
- ODataPayloadKind
The kind of payload this deserializer handles.