FlowSerializer.DeserializeFromJson(String) Method
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.
Deserialize flow from json
public static Microsoft.SemanticKernel.Experimental.Orchestration.Flow? DeserializeFromJson (string json);
static member DeserializeFromJson : string -> Microsoft.SemanticKernel.Experimental.Orchestration.Flow
Public Shared Function DeserializeFromJson (json As String) As Flow
Parameters
- json
- String
the json string
Returns
the Flow instance