apollo-kotlin
3.8.2
apollo-normalized-cache-api
/
com.apollographql.apollo3.cache.normalized.api
/
RecordFieldJsonAdapter
Record
Field
Json
Adapter
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_3_1
)
object
RecordFieldJsonAdapter
Content copied to clipboard
Functions
Functions
from
Json
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_3_1
)
fun
fromJson
(
jsonFieldSource
:
String
)
:
Map
<
String
,
Any
?
>
Content copied to clipboard
to
Json
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_3_1
)
fun
toJson
(
fields
:
Map
<
String
,
Any
?
>
)
:
String
Content copied to clipboard