DTO

interface DTO<T>

Data Transfer Object from JSON

Inheritors

Functions

Link copied to clipboard
abstract fun load(jsonObject: JSONObject?): T

Load from JSONObject to Object.