Ejemplo n.º 1
0
        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;
 }