Liferay 6.0.5

com.liferay.portal.service.http
Class AccountJSONSerializer

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

public class AccountJSONSerializer
extends Object

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

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

Constructor Detail

AccountJSONSerializer

public AccountJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Account model)

toJSONArray

public static JSONArray toJSONArray(Account[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Account> models)

Liferay 6.0.5