예제 #1
0
        public ListClosedWorkflowExecutionsResult Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResult result = new ListClosedWorkflowExecutionsResult();

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