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

it.espr.mvc.json.Json Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc.json;

public interface Json {

	public  Type deserialise(Class type, String string) throws Exception;

	public String serialise(Object object) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy