ODataResourceDeserializer Class
Definition
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 for reading OData resource payloads.
public class ODataResourceDeserializer : Microsoft.AspNet.OData.Formatter.Deserialization.ODataEdmTypeDeserializer
type ODataResourceDeserializer = class
inherit ODataEdmTypeDeserializer
Public Class ODataResourceDeserializer
Inherits ODataEdmTypeDeserializer
- Inheritance
Constructors
ODataResourceDeserializer(ODataDeserializerProvider) |
Initializes a new instance of the ODataResourceDeserializer class. |
Properties
DeserializerProvider |
The ODataDeserializerProvider to use for deserializing inner items. (Inherited from ODataEdmTypeDeserializer) |
ODataPayloadKind |
The kind of ODataPayload this deserializer handles. (Inherited from ODataDeserializer) |