ODataFeedDeserializer Class

 

Represents an ODataDeserializer that can read OData feeds.

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


public ref class ODataFeedDeserializer : ODataEdmTypeDeserializer

NameDescription
System_CAPS_pubmethodODataFeedDeserializer(ODataDeserializerProvider^)

Initializes a new instance of the ODataFeedDeserializer class.

NameDescription
System_CAPS_pubpropertyDeserializerProvider

The ODataDeserializerProvider to use for deserializing inner items. (Inherited from ODataEdmTypeDeserializer.)

System_CAPS_pubpropertyODataPayloadKind

The kind of ODataPayload this deserializer handles. (Inherited from ODataDeserializer.)

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: