com.liferay.portal.service.http
Class ImageJSONSerializer

java.lang.Object
  extended by com.liferay.portal.service.http.ImageJSONSerializer

public class ImageJSONSerializer
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 ImageServiceJSON to translate objects.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.ImageServiceJSON
Generated:

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

Constructor Detail

ImageJSONSerializer

public ImageJSONSerializer()
Method Detail

toJSONObject

public static com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portal.model.Image model)

toJSONArray

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

toJSONArray

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

toJSONArray

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