ODataEnumDeserializer.ReadInline Method
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.
Deserializes the item into a new object of type corresponding to edmType
.
public override object ReadInline (object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerContext readContext);
override this.ReadInline : obj * Microsoft.OData.Edm.IEdmTypeReference * Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerContext -> obj
Public Overrides Function ReadInline (item As Object, edmType As IEdmTypeReference, readContext As ODataDeserializerContext) As Object
Parameters
- item
- Object
The item to deserialize.
- edmType
- IEdmTypeReference
The EDM type of the object to read into.
- readContext
- ODataDeserializerContext
Returns
The deserialized object.