com.mashape.unirest.http.ObjectMapper Maven / Gradle / Ivy
package com.mashape.unirest.http;
public interface ObjectMapper {
T readValue(String value, Class valueType);
String writeValue(Object value);
}
package com.mashape.unirest.http;
public interface ObjectMapper {
T readValue(String value, Class valueType);
String writeValue(Object value);
}