package knorxx.framework.generator.web.server.json; /** * * @author sj */ public interface CustomJsonSerializer { String toJson(); }