retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
compat
/
co.anitrend.retrofit.graphql.serialization.gson
/
GsonGraphQLJsonTest
Gson
Graph
QLJson
Test
class
GsonGraphQLJsonTest
Members
Constructors
Gson
Graph
QLJson
Test
Link copied to clipboard
constructor
(
)
Types
Get
Current
User
Data
Link copied to clipboard
data
class
GetCurrentUserData
(
val
viewer
:
GsonGraphQLJsonTest.GetCurrentUserData.Viewer
?
)
Functions
decode
handles
Graph
Container
with
both
data
and
errors
Link copied to clipboard
fun
decode handles GraphContainer with both data and errors
(
)
decode
handles
Graph
Container
with
errors
Link copied to clipboard
fun
decode handles GraphContainer with errors
(
)
decode
handles
Graph
Container
with
parameterized
type
Link copied to clipboard
fun
decode handles GraphContainer with parameterized type
(
)
decode
handles
partial
data
with
null
data
and
errors
Link copied to clipboard
fun
decode handles partial data with null data and errors
(
)
encode
with
explicit
type
uses
type
token
Link copied to clipboard
fun
encode with explicit type uses type token
(
)
encode
with
Gson
serializes
correctly
Link copied to clipboard
fun
encode with Gson serializes correctly
(
)
round-trip
encode
then
decode
preserves
data
Link copied to clipboard
fun
round-trip encode then decode preserves data
(
)