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

me.chanjar.weixin.common.bean.ToJson Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.common.bean;

/**
 * 包含toJson()方法的接口.
 *
 * @author Binary Wang
 * created on  2020-10-05
 */
public interface ToJson {
  /**
   * 转换为json字符串
   * @return json字符串
   */
  String toJson();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy