Ejemplo n.º 1
0
 public static AddWorkingStorageResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new AddWorkingStorageResultUnmarshaller();
     }
     return(instance);
 }
Ejemplo n.º 2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            AddWorkingStorageResponse response = new AddWorkingStorageResponse();

            context.Read();
            response.AddWorkingStorageResult = AddWorkingStorageResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }