Response Unmarshaller for DescribeObjects operation
Inheritance: JsonResponseUnmarshaller
Example #1
0
 public static DescribeObjectsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeObjectsResponseUnmarshaller();
     }
     return(instance);
 }
 public static DescribeObjectsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribeObjectsResponseUnmarshaller();
       }
       return instance;
 }