ODataCollectionDeserializer Class
Represents an ODataDeserializer that can read OData collection payloads.
Assembly: System.Web.OData (in System.Web.OData.dll)
System.Web.OData.Formatter.Deserialization::ODataDeserializer
System.Web.OData.Formatter.Deserialization::ODataEdmTypeDeserializer
System.Web.OData.Formatter.Deserialization::ODataCollectionDeserializer
| Name | Description | |
|---|---|---|
![]() | ODataCollectionDeserializer(ODataDeserializerProvider^) | Initializes a new instance of the ODataCollectionDeserializer class. |
| Name | Description | |
|---|---|---|
![]() | DeserializerProvider | The ODataDeserializerProvider to use for deserializing inner items. (Inherited from ODataEdmTypeDeserializer.) |
![]() | ODataPayloadKind | The kind of ODataPayload this deserializer handles. (Inherited from ODataDeserializer.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Read(ODataMessageReader^, Type^, ODataDeserializerContext^) | |
![]() | ReadCollectionValue(ODataCollectionValue^, IEdmTypeReference^, ODataDeserializerContext^) | Deserializes the given collectionValue under the given readContext. |
![]() | ReadInline(Object^, IEdmTypeReference^, ODataDeserializerContext^) | |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


