ODataRawValueSerializer Class

Definition

Represents an ODataSerializer for serializing the raw value of an IEdmPrimitiveType.

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

Constructors

ODataRawValueSerializer()

Initializes a new instance of ODataRawValueSerializer.

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