Liferay 6.0.5

com.liferay.portal.service.http
Class RegionJSONSerializer

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

public class RegionJSONSerializer
extends Object

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

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

Constructor Detail

RegionJSONSerializer

public RegionJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Region model)

toJSONArray

public static JSONArray toJSONArray(Region[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Region> models)

Liferay 6.0.5