ODataCollectionDeserializer Class

 

Represents an ODataDeserializer that can read OData collection payloads.

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


public ref class ODataCollectionDeserializer : ODataEdmTypeDeserializer

NameDescription
System_CAPS_pubmethodODataCollectionDeserializer(ODataDeserializerProvider^)

Initializes a new instance of the ODataCollectionDeserializer 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: