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