Response Unmarshaller for DescribeStopwordOptions operation
Inheritance: XmlResponseUnmarshaller
 public static DescribeStopwordOptionsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DescribeStopwordOptionsResponseUnmarshaller();
     }
     return instance;
 }
Example #2
0
 public static DescribeStopwordOptionsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeStopwordOptionsResponseUnmarshaller();
     }
     return(instance);
 }