ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.commons.util
/
MoshiController
Moshi
Controller
object
MoshiController
Content copied to clipboard
Types
Functions
Properties
Types
JSONObject
Adapter
Link copied to clipboard
class
JSONObjectAdapter
Content copied to clipboard
Functions
from
Json
Link copied to clipboard
fun
<
T
>
fromJson
(
obj
:
String
,
classT
:
Class
<
T
>
)
:
T
?
Content copied to clipboard
from
Json
List
Link copied to clipboard
fun
<
T
>
fromJsonList
(
obj
:
String
,
classT
:
Class
<
T
>
)
:
List
<
T
>
?
Content copied to clipboard
to
Json
Link copied to clipboard
inline
fun
<
T
>
toJson
(
obj
:
T
)
:
String
?
Content copied to clipboard
Properties
moshi
Link copied to clipboard
val
moshi
:
Moshi
Content copied to clipboard