ODataComplexTypeDeserializer Class

 

Represents an ODataDeserializer that can read OData complex type payloads.

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


public ref class ODataComplexTypeDeserializer : ODataEdmTypeDeserializer

NameDescription
System_CAPS_pubmethodODataComplexTypeDeserializer(ODataDeserializerProvider^)

Initializes a new instance of the ODataComplexTypeDeserializer class.

NameDescription
System_CAPS_pubpropertyDeserializerProvider

The ODataDeserializerProvider to use for deserializing inner items. (Inherited from ODataEdmTypeDeserializer.)

System_CAPS_pubpropertyODataPayloadKind

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

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: