
com.taobao.tair.json.JSONAware Maven / Gradle / Ivy
package com.taobao.tair.json;
/**
* Beans that support customized output of JSON text shall implement this interface.
* @author FangYidong
*/
public interface JSONAware {
/**
* @return JSON text
*/
String toJSONString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy