public ListClosedWorkflowExecutionsResult Unmarshall(JsonUnmarshallerContext context) { ListClosedWorkflowExecutionsResult result = new ListClosedWorkflowExecutionsResult(); result.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context); return(result); }
private static void UnmarshallResult(JsonUnmarshallerContext context, ListOpenWorkflowExecutionsResponse response) { response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context); return; }