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

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