Share via


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)

Inheritance Hierarchy

System.Object
  System.Web.OData.Formatter.Deserialization.ODataDeserializer
    System.Web.OData.Formatter.Deserialization.ODataEdmTypeDeserializer
      System.Web.OData.Formatter.Deserialization.ODataCollectionDeserializer

Syntax

public class ODataCollectionDeserializer : ODataEdmTypeDeserializer

Constructors

Name Description
System_CAPS_pubmethod ODataCollectionDeserializer(ODataDeserializerProvider)

Initializes a new instance of the ODataCollectionDeserializer class.

Properties

Name Description
System_CAPS_pubproperty DeserializerProvider

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

System_CAPS_pubproperty ODataPayloadKind

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

Methods

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.Deserialization Namespace

Return to top