ODataDeserializerProvider Class

 

Represents a factory that creates an ODataDeserializer.

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

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

public ref class ODataDeserializerProvider abstract 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmTypeDeserializer(IEdmTypeReference^)

Gets the ODataEdmTypeDeserializer for the given EDM type.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetODataDeserializer(IEdmModel^, Type^, HttpRequestMessage^)

Gets an ODataDeserializer for the given type.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: