ODataSerializerProvider Class

 

An ODataSerializerProvider is a factory for creating ODataSerializers.

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

System::Object
  System.Web.Http.OData.Formatter.Serialization::ODataSerializerProvider
    System.Web.Http.OData.Formatter.Serialization::DefaultODataSerializerProvider

public ref class ODataSerializerProvider abstract 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmTypeSerializer(IEdmTypeReference^)

Gets an ODataEdmTypeSerializer for the given edmType.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetODataPayloadSerializer(IEdmModel^, Type^, HttpRequestMessage^)

Gets an ODataSerializer for the given model and 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: