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