OrchestrationMetadata.DataConverter Property
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.
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.