Liferay 6.0.5

com.liferay.portal.service.http
Class ClassNameJSONSerializer

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

public class ClassNameJSONSerializer
extends Object

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

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

Constructor Detail

ClassNameJSONSerializer

public ClassNameJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(ClassName model)

toJSONArray

public static JSONArray toJSONArray(ClassName[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<ClassName> models)

Liferay 6.0.5