search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
parse
parse
fun
<
T
>
Result
<
RestResponse
>
.
parse
(
deserializationStrategy
:
DeserializationStrategy
<
T
>
,
json
:
Json
=
DEFAULT_JSON
)
:
T
inline
fun
<
T
>
JsonObject
.
parse
(
json
:
Json
=
DEFAULT_JSON
)
:
T
fun
<
T
>
JsonObject
.
parse
(
deserializationStrategy
:
DeserializationStrategy
<
T
>
,
json
:
Json
=
DEFAULT_JSON
)
:
T
fun
<
T
>
JsonObject
.
parse
(
json
:
Json
=
DEFAULT_JSON
,
deserializationStrategy
:
DeserializationStrategy
<
T
>
)
:
T