public static DescribeWorkflowExecutionResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeWorkflowExecutionResultUnmarshaller();
     }
     return(instance);
 }
Beispiel #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowExecutionResponse response = new DescribeWorkflowExecutionResponse();

            context.Read();
            response.DescribeWorkflowExecutionResult = DescribeWorkflowExecutionResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }