org.activemath.webapp.base.json
Class JsonUtils

java.lang.Object
  extended by org.activemath.webapp.base.json.JsonUtils

public class JsonUtils
extends Object

Glue code for JSON via Gson (http://code.google.com/p/google-gson/)


Field Summary
protected static Logger log
           
 
Constructor Summary
JsonUtils()
           
 
Method Summary
static String toJson(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

JsonUtils

public JsonUtils()
Method Detail

toJson

public static String toJson(Object obj)