All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gkutiel.flip.web.JsonResponse Maven / Gradle / Ivy

package com.github.gkutiel.flip.web;

import com.github.gkutiel.flip.processor.pub.Responce;
import com.github.gkutiel.flip.utils.Utils;

public class JsonResponse implements Responce {

	@Override
	public byte[] getBytes(final Object result, final String... args) {
		return Utils.Json.toString(result).getBytes();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy