com.liferay.portlet.expando.service.http
Class ExpandoValueJSONSerializer

java.lang.Object
  extended by com.liferay.portlet.expando.service.http.ExpandoValueJSONSerializer

public class ExpandoValueJSONSerializer
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by ExpandoValueServiceJSON to translate objects.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.expando.service.http.ExpandoValueServiceJSON
Generated:

Constructor Summary
ExpandoValueJSONSerializer()
           
 
Method Summary
static com.liferay.portal.kernel.json.JSONArray toJSONArray(com.liferay.portlet.expando.model.ExpandoValue[] models)
           
static com.liferay.portal.kernel.json.JSONArray toJSONArray(com.liferay.portlet.expando.model.ExpandoValue[][] models)
           
static com.liferay.portal.kernel.json.JSONArray toJSONArray(java.util.List<com.liferay.portlet.expando.model.ExpandoValue> models)
           
static com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portlet.expando.model.ExpandoValue model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueJSONSerializer

public ExpandoValueJSONSerializer()
Method Detail

toJSONObject

public static com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portlet.expando.model.ExpandoValue model)

toJSONArray

public static com.liferay.portal.kernel.json.JSONArray toJSONArray(com.liferay.portlet.expando.model.ExpandoValue[] models)

toJSONArray

public static com.liferay.portal.kernel.json.JSONArray toJSONArray(com.liferay.portlet.expando.model.ExpandoValue[][] models)

toJSONArray

public static com.liferay.portal.kernel.json.JSONArray toJSONArray(java.util.List<com.liferay.portlet.expando.model.ExpandoValue> models)