GsonGraphQLJson
Deprecated
Legacy GraphQLJson implementation of the GraphConverter flow. Use GsonGraphQLTransportCodec with the backend-neutral GraphQLConverterFactory instead.
Gson-backed implementation of GraphQLJson.
Legacy: lives in :compat for the deprecated co.anitrend.retrofit.graphql.converter.GraphConverter flow. New code should use co.anitrend.retrofit.graphql.serialization.gson.GsonGraphQLTransportCodec from :serialization-gson with the backend-neutral co.anitrend.retrofit.graphql.converter.GraphQLConverterFactory.
Parameters
gson
A configured Gson instance. Defaults to a plain Gson.