ODataDeserializerProvider 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.
Represents a factory that creates an ODataDeserializer.
public abstract class ODataDeserializerProvider
type ODataDeserializerProvider = class
Public MustInherit Class ODataDeserializerProvider
- Inheritance
-
ODataDeserializerProvider
- Derived
Constructors
ODataDeserializerProvider() |
Methods
GetEdmTypeDeserializer(IEdmTypeReference) |
Gets the ODataEdmTypeDeserializer for the given EDM type. |
GetODataDeserializer(Type, HttpRequest) |
Gets an ODataDeserializer for the given type. |
GetODataDeserializer(Type, HttpRequestMessage) |
Gets an ODataDeserializer for the given type. |