public DescribeWorkflowExecutionResult Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowExecutionResult result = new DescribeWorkflowExecutionResult();

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