Share via


ODataDeserializerProvider Class

Definition

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.

Applies to