Exemple #1
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();

            response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.Instance.Unmarshall(context);

            return(response);
        }
Exemple #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();

            UnmarshallResult(context, response);

            return(response);
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListClosedWorkflowExecutionsResponse response = new ListClosedWorkflowExecutionsResponse();

            context.Read();
            response.ListClosedWorkflowExecutionsResult = ListClosedWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }
Exemple #4
0
 private static void UnmarshallResult(JsonUnmarshallerContext context, ListClosedWorkflowExecutionsResponse response)
 {
     response.WorkflowExecutionInfos = WorkflowExecutionInfosUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }