OData serializer for serializing a collection of IEdmEntityType The Collection is of IEdmChangedObject which is the base interface implemented by all objects which are a part of the DeltaFeed payload.
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.ODataDeltaFeedSerializer
Syntax
public class ODataDeltaFeedSerializer : ODataEdmTypeSerializer
public ref class ODataDeltaFeedSerializer : ODataEdmTypeSerializer
type ODataDeltaFeedSerializer = 
    class
        inherit ODataEdmTypeSerializer
    end
Public Class ODataDeltaFeedSerializer
    Inherits ODataEdmTypeSerializer
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ODataDeltaFeedSerializer(ODataSerializerProvider) | Initializes a new instance of ODataDeltaFeedSerializer. | 
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. (Inherited from ODataEdmTypeSerializer.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateODataDeltaFeed(IEnumerable, IEdmCollectionTypeReference, ODataSerializerContext) | Create the ODataDeltaFeed to be written for the given feed instance. | 
| .jpeg) | CreateODataValue(Object, IEdmTypeReference, ODataSerializerContext) | Creates an ODataValue for the object represented by graph. (Inherited from ODataEdmTypeSerializer.) | 
| .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) | WriteDeltaDeletedEntry(Object, ODataDeltaWriter, ODataSerializerContext) | Writes the given deltaDeletedEntry specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext. | 
| .jpeg) | WriteDeltaDeletedLink(Object, ODataDeltaWriter, ODataSerializerContext) | Writes the given deltaDeletedLink specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext. | 
| .jpeg) | WriteDeltaFeedInline(Object, IEdmTypeReference, ODataDeltaWriter, 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. | 
| .jpeg) | WriteDeltaLink(Object, ODataDeltaWriter, ODataSerializerContext) | Writes the given deltaLink specified by the parameter graph as a part of an existing OData message using the given messageWriter and the writeContext. | 
| .jpeg) | WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext) | (Overrides ODataSerializer.WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext).) | 
| .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. (Inherited from ODataEdmTypeSerializer.) | 
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