Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.json.JSONSerializable

Packages that use JSONSerializable
com.liferay.portal.json   
com.liferay.portal.jsonwebservice   
com.liferay.portal.jsonwebservice.action   
com.liferay.portal.kernel.json   
 

Uses of JSONSerializable in com.liferay.portal.json
 

Classes in com.liferay.portal.json that implement JSONSerializable
 class JSONArrayImpl
           
 class JSONObjectImpl
           
 class UnmodifiableJSONObjectImpl
           
 

Uses of JSONSerializable in com.liferay.portal.jsonwebservice
 

Classes in com.liferay.portal.jsonwebservice that implement JSONSerializable
 class JSONRPCResponse
           
 

Uses of JSONSerializable in com.liferay.portal.jsonwebservice.action
 

Classes in com.liferay.portal.jsonwebservice.action that implement JSONSerializable
static class JSONWebServiceDiscoverAction.DiscoveryContent
           
 class JSONWebServiceInvokerAction.InvokerResult
           
 

Uses of JSONSerializable in com.liferay.portal.kernel.json
 

Subinterfaces of JSONSerializable in com.liferay.portal.kernel.json
 interface JSONArray
           
 interface JSONObject
           
 


Liferay 7.0-ce-b4