git-svn-id: http://google-refine.googlecode.com/svn/trunk@2324 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-10-11 20:57:40 +00:00
parent ca17e1ef0a
commit ee0fb9033e

View File

@ -5,6 +5,11 @@ import java.util.List;
import org.json.JSONObject;
/**
* An interface to be implemented by exporters which use
* {@link CustomizableTabularExporterUtilities#exportRows(com.google.refine.model.Project, com.google.refine.browsing.Engine, java.util.Properties, TabularSerializer)}
*
*/
public interface TabularSerializer {
static public class CellData {
final public String columnName;