Response Unmarshaller for QueryObjects operation
Inheritance: JsonResponseUnmarshaller
 public static QueryObjectsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new QueryObjectsResponseUnmarshaller();
       }
       return instance;
 }
Beispiel #2
0
 public static QueryObjectsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new QueryObjectsResponseUnmarshaller();
     }
     return(instance);
 }