ODataSerializerProvider Class

 

An ODataSerializerProvider is a factory for creating ODataSerializers.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_protmethod ODataSerializerProvider()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEdmTypeSerializer(IEdmTypeReference)

Gets an ODataEdmTypeSerializer for the given edmType.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetODataPayloadSerializer(IEdmModel, Type, HttpRequestMessage)

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

Return to top