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

com.github.jerryxia.devhelper.support.json.JsonComponentProvider Maven / Gradle / Ivy

/**
 * 
 */
package com.github.jerryxia.devhelper.support.json;

/**
 * @author guqk
 *
 */
public interface JsonComponentProvider {
    String toJson(Object object);

     T fromJson(String jsonString, Class clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy