public class JSONRender extends Object
| Modifier and Type | Method and Description |
|---|---|
static JSONRender |
getInstance() |
String |
toJSONString(Object obj) |
String |
toJSONString(Object obj,
boolean ignoreId) |
void |
toJSONString(Object obj,
boolean ignoreId,
Writer writer) |
void |
toJSONString(Object obj,
Writer writer) |
public String toJSONString(Object obj)
public String toJSONString(Object obj, boolean ignoreId)
public void toJSONString(Object obj, Writer writer) throws IOException
IOExceptionpublic void toJSONString(Object obj, boolean ignoreId, Writer writer) throws IOException
IOExceptionpublic static JSONRender getInstance()