Compartilhar via


OrchestrationMetadata.DataConverter Property

Definition

Gets the data converter used to deserialized the serialized data on this instance. This will only be present when inputs and outputs are requested, null otherwise.

public Microsoft.DurableTask.DataConverter? DataConverter { get; init; }
member this.DataConverter : Microsoft.DurableTask.DataConverter with get, set
Public Property DataConverter As DataConverter

Property Value

The optional data converter.

Applies to