Share via


ODataEntityReferenceLinkSerializer Class

Definition

Represents an ODataSerializer for serializing $ref response.

public class ODataEntityReferenceLinkSerializer : Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializer
type ODataEntityReferenceLinkSerializer = class
    inherit ODataSerializer
Public Class ODataEntityReferenceLinkSerializer
Inherits ODataSerializer
Inheritance
ODataEntityReferenceLinkSerializer

Constructors

ODataEntityReferenceLinkSerializer()

Initializes a new instance of ODataEntityReferenceLinkSerializer.

Properties

ODataPayloadKind

Gets the ODataPayloadKind that this serializer generates.

(Inherited from ODataSerializer)

Methods

WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext)

Writes the given object specified by the parameter graph as a whole using the given messageWriter and writeContext.

WriteObjectAsync(Object, Type, ODataMessageWriter, ODataSerializerContext)

Writes the given object specified by the parameter graph as a whole using the given messageWriter and writeContext.

Applies to