Share via


ODataMetadataSerializer.WriteObjectAsync Method

Definition

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

public override System.Threading.Tasks.Task WriteObjectAsync (object graph, Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext writeContext);
override this.WriteObjectAsync : obj * Type * Microsoft.OData.ODataMessageWriter * Microsoft.AspNet.OData.Formatter.Serialization.ODataSerializerContext -> System.Threading.Tasks.Task
Public Overrides Function WriteObjectAsync (graph As Object, type As Type, messageWriter As ODataMessageWriter, writeContext As ODataSerializerContext) As Task

Parameters

graph
Object

The object to be written

type
Type

The type of the object to be written.

messageWriter
ODataMessageWriter

The ODataMessageWriter to be used for writing.

Returns

Remarks

The metadata written is from the model set on the messageWriter. The graph is not used.

Applies to