Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListOpenWorkflowExecutionsResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, ListOpenWorkflowExecutionsResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.ListOpenWorkflowExecutionsResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,ListOpenWorkflowExecutionsResponse response)
        {                   
          response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }
        
ListOpenWorkflowExecutionsResponseUnmarshaller