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

org.forkjoin.apikit.JsonConvert Maven / Gradle / Ivy

There is a newer version: 2.1.3
Show newest version
package org.forkjoin.apikit;

import com.fasterxml.jackson.core.type.TypeReference;

import java.io.IOException;
import java.lang.reflect.Type;

/**
 * @author [email protected] on 2017/5/17.
 */
public interface JsonConvert {
     T deserialize(String json, final Type type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy