com.liferay.portal.service.http
Class AccountJSONSerializer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountJSONSerializer
public AccountJSONSerializer()
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)