Return image in a json

0

I have the second class, the image is saved in the bbdd in the photo variable:

public class Personas{
  private String name;
  private Date date;
  private Blob foto;

My question is if I create a rest service and if this will return the photo to me to be able to represent it later in my web part

    
asked by sirdaiz 11.10.2017 в 11:17
source

0 answers