ODataEnumDeserializer Class

 

Represents an ODataDeserializer that can read OData enum types.

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


public ref class ODataEnumDeserializer : ODataEdmTypeDeserializer

NameDescription
System_CAPS_pubmethodODataEnumDeserializer()

Initializes a new instance of the ODataEnumDeserializer 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: