/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetWorkflowExecutionHistoryResponse response = new GetWorkflowExecutionHistoryResponse(); response.History = HistoryUnmarshaller.Instance.Unmarshall(context); return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetWorkflowExecutionHistoryResponse response = new GetWorkflowExecutionHistoryResponse(); UnmarshallResult(context,response); return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetWorkflowExecutionHistoryResponse response = new GetWorkflowExecutionHistoryResponse(); context.Read(); response.GetWorkflowExecutionHistoryResult = GetWorkflowExecutionHistoryResultUnmarshaller.GetInstance().Unmarshall(context); return response; }
private static void UnmarshallResult(JsonUnmarshallerContext context,GetWorkflowExecutionHistoryResponse response) { response.History = HistoryUnmarshaller.GetInstance().Unmarshall(context); return; }