Liferay 6.0.5

com.liferay.util.json
Class JSONFactoryUtil

java.lang.Object
  extended by com.liferay.util.json.JSONFactoryUtil

public class JSONFactoryUtil
extends Object


Method Summary
static Object deserialize(JSONObject jsonObj)
           
static Object deserialize(String json)
           
static String serialize(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deserialize

public static Object deserialize(JSONObject jsonObj)

deserialize

public static Object deserialize(String json)

serialize

public static String serialize(Object obj)

Liferay 6.0.5