Share via


ODataEntityReferenceLinksSerializer Class

Represents an ODataSerializer for serializing link response for a collection navigation property.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Formatter.Serialization.ODataSerializer
    System.Web.Http.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer

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

Syntax

'Declaration
Public Class ODataEntityReferenceLinksSerializer _
    Inherits ODataSerializer
'Usage
Dim instance As ODataEntityReferenceLinksSerializer
public class ODataEntityReferenceLinksSerializer : ODataSerializer
public ref class ODataEntityReferenceLinksSerializer : public ODataSerializer
type ODataEntityReferenceLinksSerializer =  
    class 
        inherit ODataSerializer 
    end
public class ODataEntityReferenceLinksSerializer extends ODataSerializer

The ODataEntityReferenceLinksSerializer type exposes the following members.

Constructors

  Name Description
Public method ODataEntityReferenceLinksSerializer Initializes a new instance of the ODataEntityReferenceLinksSerializer class.

Top

Properties

  Name Description
Public property ODataPayloadKind Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteObject Writes all the object data for the ODataEntityReferenceLinksSerializer. (Overrides ODataSerializer.WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext).)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData.Formatter.Serialization Namespace