Liferay 6.0.5

com.liferay.portal.service.http
Class UserJSONSerializer

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

public class UserJSONSerializer
extends Object

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

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

Constructor Detail

UserJSONSerializer

public UserJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(User model)

toJSONArray

public static JSONArray toJSONArray(User[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<User> models)

Liferay 6.0.5