/// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListOpenWorkflowExecutionsResponse response = new ListOpenWorkflowExecutionsResponse();

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

            return(response);
        }
Пример #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListOpenWorkflowExecutionsResponse response = new ListOpenWorkflowExecutionsResponse();

            UnmarshallResult(context, response);

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

            context.Read();
            response.ListOpenWorkflowExecutionsResult = ListOpenWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

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