ODataDeltaFeedSerializer Class

 

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)


public ref class ODataDeltaFeedSerializer : ODataEdmTypeSerializer

NameDescription
System_CAPS_pubmethodODataDeltaFeedSerializer(ODataSerializerProvider^)

Initializes a new instance of ODataDeltaFeedSerializer.

NameDescription
System_CAPS_pubpropertyODataPayloadKind

Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.)

System_CAPS_pubpropertySerializerProvider

Gets the ODataSerializerProvider that can be used to write inner objects. (Inherited from ODataEdmTypeSerializer.)

NameDescription
System_CAPS_pubmethodCreateODataDeltaFeed(IEnumerable^, IEdmCollectionTypeReference^, ODataSerializerContext^)

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

System_CAPS_pubmethodCreateODataValue(Object^, IEdmTypeReference^, ODataSerializerContext^)

Creates an ODataValue for the object represented by graph. (Inherited from ODataEdmTypeSerializer.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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

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

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

System_CAPS_pubmethodWriteObject(Object^, Type^, ODataMessageWriter^, ODataSerializerContext^)
System_CAPS_pubmethodWriteObjectInline(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.)

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: