> + deleted = reader.nextInt();
> + } else if (key.equals("Number Not Found")) {
> + notFound = reader.nextInt();
> + } else if (key.equals("Errors")) {
> + readErrors(reader, errors);
> + } else {
> + reader.skipValue();
> + }
> + }
> + reader.endObject();
> + return BulkDeleteResponse.create(deleted, notFound, errors.build());
> + }
> +
> + @Override
> + public void write(JsonWriter arg0, BulkDeleteResponse arg1) throws
> IOException {
> + throw new UnsupportedOperationException();
Add message?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/30/files#r7235129