ODataDeserializerProvider Class

 

Represents a factory that creates an ODataDeserializer.

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

Inheritance Hierarchy

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

Syntax

public abstract class ODataDeserializerProvider
public ref class ODataDeserializerProvider abstract 
[<AbstractClass>]
type ODataDeserializerProvider = class end
Public MustInherit Class ODataDeserializerProvider

Constructors

Name Description
System_CAPS_protmethod ODataDeserializerProvider()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEdmTypeDeserializer(IEdmTypeReference)

Gets the ODataEdmTypeDeserializer for the given EDM type.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetODataDeserializer(IEdmModel, Type, HttpRequestMessage)

Gets an ODataDeserializer for the given type.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.OData.Formatter.Deserialization Namespace

Return to top