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

com.blade.kit.json.JsonSupport Maven / Gradle / Ivy

There is a newer version: 2.0.15.RELEASE
Show newest version
package com.blade.kit.json;

import java.lang.reflect.Type;

/**
 * @author biezhi
 * @date 2017/12/15
 */
public interface JsonSupport {

    String toString(Object data);

     T formJson(String json, Type cls);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy