Response Unmarshaller for DescribeCommunications operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeCommunicationsResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new DescribeCommunicationsResponseUnmarshaller();
   }
   return instance;
 }
示例#2
0
 public static DescribeCommunicationsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeCommunicationsResponseUnmarshaller();
     }
     return(instance);
 }