Share via


ODataDeserializerProvider Class

Represents a factory that creates an ODataDeserializer.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Formatter.Deserialization.ODataDeserializerProvider
    System.Web.Http.OData.Formatter.Deserialization.DefaultODataDeserializerProvider

Namespace:  System.Web.Http.OData.Formatter.Deserialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public MustInherit Class ODataDeserializerProvider
'Usage
Dim instance As ODataDeserializerProvider
public abstract class ODataDeserializerProvider
public ref class ODataDeserializerProvider abstract
[<AbstractClassAttribute>]
type ODataDeserializerProvider =  class end
public abstract class ODataDeserializerProvider

The ODataDeserializerProvider type exposes the following members.

Constructors

  Name Description
Protected method ODataDeserializerProvider Initializes a new instance of the ODataDeserializerProvider class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEdmTypeDeserializer Gets the ODataEdmTypeDeserializer for the given EDM type.
Public method GetHashCode (Inherited from Object.)
Public method GetODataDeserializer Gets an ODataDeserializer for the given type.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData.Formatter.Deserialization Namespace