538539540541542543544545546547548
try { byte[] bytes = (byte[]) r.getValue(); Object o = ProtobufUtil.fromWrappedByteArray(remoteCacheManager.getSerializationContext(), bytes); results.add(o); } catch (IOException e) { throw new HotRodClientException(e); } } } return results; }