Liferay 6.0.5

com.liferay.portal.service.http
Class ImageJSONSerializer

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

public class ImageJSONSerializer
extends Object

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

Constructor Summary
ImageJSONSerializer()
           
 
Method Summary
static JSONArray toJSONArray(Image[] models)
           
static JSONArray toJSONArray(Image[][] models)
           
static JSONArray toJSONArray(List<Image> models)
           
static JSONObject toJSONObject(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 JSONObject toJSONObject(Image model)

toJSONArray

public static JSONArray toJSONArray(Image[] models)

toJSONArray

public static JSONArray toJSONArray(Image[][] models)

toJSONArray

public static JSONArray toJSONArray(List<Image> models)

Liferay 6.0.5