Liferay 6.0-ee

com.liferay.portal.service.http
Class PhoneJSONSerializer

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

public class PhoneJSONSerializer
extends Object

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

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

Constructor Detail

PhoneJSONSerializer

public PhoneJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Phone model)

toJSONArray

public static JSONArray toJSONArray(Phone[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Phone> models)

Liferay 6.0-ee