Package com.naver.ads.util.json
Interface JSONMarshallable
-
- All Implemented Interfaces:
-
com.naver.ads.util.json.JSONHelper
public interface JSONMarshallable<T extends Object> implements JSONHelper
Represents a serialization marshaller based on JSON.
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjecttoJSONObject(T payload)Returns a JSONObject containing the values of the members of this instance. -
-
Method Detail
-
toJSONObject
abstract JSONObject toJSONObject(T payload)
Returns a JSONObject containing the values of the members of this instance.
-
-
-
-