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

io.gitee.huangguiming.Imcode.service.ToJson Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.service;

public interface ToJson {
    /**
     * 转换为json字符串
     * @return json字符串
     */
    String toJson();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy