Liferay 6.0.5

com.liferay.portal.service.http
Class AddressJSONSerializer

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

public class AddressJSONSerializer
extends Object

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

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

Constructor Detail

AddressJSONSerializer

public AddressJSONSerializer()
Method Detail

toJSONObject

public static JSONObject toJSONObject(Address model)

toJSONArray

public static JSONArray toJSONArray(Address[] models)

toJSONArray

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

toJSONArray

public static JSONArray toJSONArray(List<Address> models)

Liferay 6.0.5