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