ODataPrimitiveSerializer Class

 

Represents an ODataSerializer for serializing IEdmPrimitiveType's.

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


public ref class ODataPrimitiveSerializer : ODataEdmTypeSerializer

NameDescription
System_CAPS_pubmethodODataPrimitiveSerializer()

Initializes a new instance of ODataPrimitiveSerializer.

NameDescription
System_CAPS_pubpropertyODataPayloadKind

Gets the ODataPayloadKind that this serializer generates.(Inherited from ODataSerializer.)

System_CAPS_pubpropertySerializerProvider

Gets the ODataSerializerProvider that can be used to write inner objects.(Inherited from ODataEdmTypeSerializer.)

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: