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