ODataEntityReferenceLinkSerializer Class

 

Represents an ODataSerializer for serializing $links response.

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

System::Object
  System.Web.Http.OData.Formatter.Serialization::ODataSerializer
    System.Web.Http.OData.Formatter.Serialization::ODataEntityReferenceLinkSerializer

public ref class ODataEntityReferenceLinkSerializer : ODataSerializer

NameDescription
System_CAPS_pubmethodODataEntityReferenceLinkSerializer()

Initializes a new instance of ODataEntityReferenceLinkSerializer.

NameDescription
System_CAPS_pubpropertyODataPayloadKind

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

For example, the response to the url http://localhost/Products(10)/$links/Category gets serialized using this.

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: