Package com.naver.ads.util.json
Interface JSONUnmarshallable
-
- All Implemented Interfaces:
-
com.naver.ads.util.json.JSONHelper
public interface JSONUnmarshallable<T extends Object> implements JSONHelper
Represents a deserialization unmarshaller based on JSON.
-
-
Method Summary
Modifier and Type Method Description abstract TcreateFromJSONObject(JSONObject jsonObject)Unmarshals the given jsonObject and returns the result. -
-
Method Detail
-
createFromJSONObject
abstract T createFromJSONObject(JSONObject jsonObject)
Unmarshals the given jsonObject and returns the result.
-
-
-
-