Liferay 6.0.5

com.liferay.portal.service.http
Class ContactJSONSerializer

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

public class ContactJSONSerializer
extends Object

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

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

Constructor Detail

ContactJSONSerializer

public ContactJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Contact model)

toJSONArray

public static JSONArray toJSONArray(Contact[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Contact> models)

Liferay 6.0.5