Liferay 6.0.5

com.liferay.portal.service.http
Class ResourceJSONSerializer

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

public class ResourceJSONSerializer
extends Object

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

Constructor Summary
ResourceJSONSerializer()
           
 
Method Summary
static JSONArray toJSONArray(List<Resource> models)
           
static JSONArray toJSONArray(Resource[] models)
           
static JSONArray toJSONArray(Resource[][] models)
           
static JSONObject toJSONObject(Resource model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceJSONSerializer

public ResourceJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Resource model)

toJSONArray

public static JSONArray toJSONArray(Resource[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Resource> models)

Liferay 6.0.5