Represents an ODataSerializer that serializes instances of objects backed by an IEdmType.
Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.Formatter.Serialization.ODataSerializer
    System.Web.OData.Formatter.Serialization.ODataEdmTypeSerializer
      System.Web.OData.Formatter.Serialization.ODataCollectionSerializer
      System.Web.OData.Formatter.Serialization.ODataComplexTypeSerializer
      System.Web.OData.Formatter.Serialization.ODataDeltaFeedSerializer
      System.Web.OData.Formatter.Serialization.ODataEntityTypeSerializer
      System.Web.OData.Formatter.Serialization.ODataEnumSerializer
      System.Web.OData.Formatter.Serialization.ODataFeedSerializer
      System.Web.OData.Formatter.Serialization.ODataPrimitiveSerializer
Syntax
public abstract class ODataEdmTypeSerializer : ODataSerializer
public ref class ODataEdmTypeSerializer abstract : ODataSerializer
[<AbstractClass>]
type ODataEdmTypeSerializer = 
    class
        inherit ODataSerializer
    end
Public MustInherit Class ODataEdmTypeSerializer
    Inherits ODataSerializer
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ODataEdmTypeSerializer(ODataPayloadKind) | Initializes a new instance of the ODataEdmTypeSerializer class. | 
| .jpeg) | ODataEdmTypeSerializer(ODataPayloadKind, ODataSerializerProvider) | Initializes a new instance of the ODataEdmTypeSerializer class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ODataPayloadKind | Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.) | 
| .jpeg) | SerializerProvider | Gets the ODataSerializerProvider that can be used to write inner objects. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateODataValue(Object, IEdmTypeReference, ODataSerializerContext) | Creates an ODataValue for the object represented by graph. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
| .jpeg) | WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext) | Writes the given object specified by the parameter graph as a whole using the given messageWriter and writeContext. (Inherited from ODataSerializer.) | 
| .jpeg) | WriteObjectInline(Object, IEdmTypeReference, ODataWriter, ODataSerializerContext) | Writes the given object specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext. | 
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