ODataCollectionDeserializer Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an ODataDeserializer that can read OData collection payloads.
public class ODataCollectionDeserializer : Microsoft.AspNet.OData.Formatter.Deserialization.ODataEdmTypeDeserializer
type ODataCollectionDeserializer = class
inherit ODataEdmTypeDeserializer
Public Class ODataCollectionDeserializer
Inherits ODataEdmTypeDeserializer
- Inheritance
OData |
Initializes a new instance of the ODataCollectionDeserializer class. |
Deserializer |
The ODataDeserializerProvider to use for deserializing inner items. (Inherited from ODataEdmTypeDeserializer) |
OData |
The kind of ODataPayload this deserializer handles. (Inherited from ODataDeserializer) |
Read(OData |
Reads an IODataRequestMessage using messageReader. |
Read |
Reads an IODataRequestMessage using messageReader. |
Read |
Deserializes the given |
Read |
Deserializes the item into a new object of type corresponding to |
Product | Versions |
---|---|
OData Web API ASP .NET | 7.0, Core 7.0 |