コード例 #1
0
 public static DeleteVolumeResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteVolumeResultUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteVolumeResponse response = new DeleteVolumeResponse();

            context.Read();
            response.DeleteVolumeResult = DeleteVolumeResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }