public static DescribeWorkflowTypeResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeWorkflowTypeResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowTypeResponse response = new DescribeWorkflowTypeResponse();

            context.Read();
            response.DescribeWorkflowTypeResult = DescribeWorkflowTypeResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }