ODataDeserializer Class

 

An ODataDeserializer is used to read an ODataMessage into a CLR object.

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


public ref class ODataDeserializer abstract 

NameDescription
System_CAPS_protmethodODataDeserializer(ODataPayloadKind)

Initializes a new instance of the ODataDeserializer class.

NameDescription
System_CAPS_pubpropertyODataPayloadKind

The kind of ODataPayload this deserializer handles.

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Each supported CLR type has a corresponding ODataDeserializer. A CLR type is supported if it is one of the special types or if it has a backing EDM type. Some of the special types are Uri which maps to ODataReferenceLink payload, Uri[] which maps to ODataReferenceLinks payload, ODataWorkspace which maps to ODataServiceDocument payload.

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: