DefaultODataDeserializerProvider Class
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.
The default ODataDeserializerProvider.
public class DefaultODataDeserializerProvider : Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerProvider
type DefaultODataDeserializerProvider = class
inherit ODataDeserializerProvider
Public Class DefaultODataDeserializerProvider
Inherits ODataDeserializerProvider
- Inheritance
Constructors
DefaultODataDeserializerProvider(IServiceProvider) |
Initializes a new instance of the DefaultODataDeserializerProvider class. |
Methods
GetEdmTypeDeserializer(IEdmTypeReference) |
Gets the ODataEdmTypeDeserializer for the given EDM type. |
GetODataDeserializer(Type, HttpRequest) |
Gets an ODataDeserializer for the given type. |
GetODataDeserializer(Type, HttpRequest) |
Gets an ODataDeserializer for the given type. (Inherited from ODataDeserializerProvider) |
GetODataDeserializer(Type, HttpRequestMessage) |
Gets an ODataDeserializer for the given type. |
GetODataDeserializer(Type, HttpRequestMessage) |
Gets an ODataDeserializer for the given type. (Inherited from ODataDeserializerProvider) |