ODataEntityReferenceLinksSerializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an ODataSerializer for serializing $ref response for a collection navigation property.
public class ODataEntityReferenceLinksSerializer : Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializer
type ODataEntityReferenceLinksSerializer = class
inherit ODataSerializer
Public Class ODataEntityReferenceLinksSerializer
Inherits ODataSerializer
- Inheritance
Constructors
ODataEntityReferenceLinksSerializer() |
Initializes a new instance of the ODataEntityReferenceLinksSerializer class. |
Properties
ODataPayloadKind |
Gets the ODataPayloadKind that this serializer generates. (Inherited from ODataSerializer) |
Methods
WriteObject(Object, Type, ODataMessageWriter, ODataSerializerContext) | |
WriteObjectAsync(Object, Type, ODataMessageWriter, ODataSerializerContext) |