
com.taobao.tair.json.JSONStreamAware Maven / Gradle / Ivy
package com.taobao.tair.json;
import java.io.IOException;
import java.io.Writer;
/**
* Beans that support customized output of JSON text to a writer shall implement this interface.
* @author FangYidong
*/
public interface JSONStreamAware {
/**
* write JSON string to out.
*/
void writeJSONString(Writer out) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy