Liferay 6.0.5

com.liferay.portal.service.http
Class CountryJSONSerializer

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

public class CountryJSONSerializer
extends Object

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

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

Constructor Detail

CountryJSONSerializer

public CountryJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Country model)

toJSONArray

public static JSONArray toJSONArray(Country[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Country> models)

Liferay 6.0.5