ODataEntityReferenceLinkSerializer Class
Represents an ODataSerializer for serializing $links response.
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
System.Web.Http.OData.Formatter.Serialization::ODataSerializer
System.Web.Http.OData.Formatter.Serialization::ODataEntityReferenceLinkSerializer
| Name | Description | |
|---|---|---|
![]() | ODataEntityReferenceLinkSerializer() | Initializes a new instance of ODataEntityReferenceLinkSerializer. |
| Name | Description | |
|---|---|---|
![]() | ODataPayloadKind | Gets the ODataPayloadKind that this serializer generates.(Inherited from ODataSerializer.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteObject(Object^, Type^, ODataMessageWriter^, ODataSerializerContext^) |
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.
Show:


