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

com.mashape.unirest.http.ObjectMapper Maven / Gradle / Ivy

The newest version!
package com.mashape.unirest.http;

public interface ObjectMapper {

	 T readValue(String value, Class valueType);

	String writeValue(Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy