/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package netukar.animalia.rest; import netukar.animalia.Animal; /** * * @author Radovan Netuka */ public interface AnimalSerializer { public void setAnimal(Animal animal); }