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