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