ODataEdmTypeDeserializer Class

 

Base class for all ODataDeserializers that deserialize into an object backed by IEdmType.

Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.OData.dll)


public ref class ODataEdmTypeDeserializer abstract : ODataDeserializer

NameDescription
System_CAPS_protmethodODataEdmTypeDeserializer(ODataPayloadKind)

Initializes a new instance of the ODataEdmTypeDeserializer class.

System_CAPS_protmethodODataEdmTypeDeserializer(ODataPayloadKind, ODataDeserializerProvider^)

Initializes a new instance of the ODataEdmTypeDeserializer class.

NameDescription
System_CAPS_pubpropertyDeserializerProvider

The ODataDeserializerProvider to use for deserializing inner items.

System_CAPS_pubpropertyODataPayloadKind

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRead(ODataMessageReader^, Type^, ODataDeserializerContext^)

Reads an IODataRequestMessage using messageReader. (Inherited from ODataDeserializer.)

System_CAPS_pubmethodReadInline(Object^, IEdmTypeReference^, ODataDeserializerContext^)

Deserializes the item into a new object of type corresponding to edmType.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: