com.liferay.portlet.imagegallery.service.http
Class IGFolderJSONSerializer
java.lang.Object
com.liferay.portlet.imagegallery.service.http.IGFolderJSONSerializer
public class IGFolderJSONSerializer
- extends Object
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGFolderJSONSerializer
public IGFolderJSONSerializer()
toJSONObject
public static JSONObject toJSONObject(IGFolder model)
toJSONArray
public static JSONArray toJSONArray(IGFolder[] models)
toJSONArray
public static JSONArray toJSONArray(IGFolder[][] models)
toJSONArray
public static JSONArray toJSONArray(List<IGFolder> models)