Package com.naver.ads.inspector
Interface JSONObjectSerializable
-
- All Implemented Interfaces:
public interface JSONObjectSerializableThe interface implemented by classes to participate in serialization to JSONObject.
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjecttoJSONObject()Returns a JSONObject containing the values of the members of this instance. -
-
Method Detail
-
toJSONObject
abstract JSONObject toJSONObject()
Returns a JSONObject containing the values of the members of this instance.
-
-
-
-