ODataDeltaFeedSerializer Class

Definition

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.

public class ODataDeltaFeedSerializer : Microsoft.AspNet.OData.Formatter.Serialization.ODataEdmTypeSerializer
type ODataDeltaFeedSerializer = class
    inherit ODataEdmTypeSerializer
Public Class ODataDeltaFeedSerializer
Inherits ODataEdmTypeSerializer
Inheritance
ODataDeltaFeedSerializer

Constructors

ODataDeltaFeedSerializer(ODataSerializerProvider)

Initializes a new instance of ODataDeltaFeedSerializer.

Properties

ODataPayloadKind

Gets the ODataPayloadKind that this serializer generates.

(Inherited from ODataSerializer)
SerializerProvider

Gets the ODataSerializerProvider that can be used to write inner objects.

(Inherited from ODataEdmTypeSerializer)

Methods

CreateODataDeltaFeed(IEnumerable, IEdmCollectionTypeReference, ODataSerializerContext)

Create the ODataDeltaResourceSet to be written for the given feed instance.

CreateODataValue(Object, IEdmTypeReference, ODataSerializerContext)

Creates an ODataValue for the object represented by graph.

(Inherited from ODataEdmTypeSerializer)
WriteDeltaDeletedEntry(Object, ODataWriter, 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.

WriteDeltaDeletedEntryAsync(Object, ODataWriter, 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.

WriteDeltaDeletedLink(Object, ODataWriter, 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.

WriteDeltaDeletedLinkAsync(Object, ODataWriter, 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.

WriteDeltaFeedInline(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.

WriteDeltaFeedInlineAsync(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.

WriteDeltaLink(Object, ODataWriter, 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.

WriteDeltaLinkAsync(Object, ODataWriter, 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.

WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext)

Writes the given object specified by the parameter graph as a whole using the given messageWriter and writeContext.

WriteObjectAsync(Object, Type, ODataMessageWriter, ODataSerializerContext)

Writes the given object specified by the parameter graph as a whole using the given messageWriter and writeContext.

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)
WriteObjectInlineAsync(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)

Applies to