在GWT中,将JavaScriptObject覆盖类型转换为JSON字符串的最佳方法是什么?
我现在有
public final String toJSON() { return new JSONObject(this).toString(); }
这似乎工作正常.我想知道是否有更好的方法.