JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
R
W
C
create()
- Static method in class retrofit2.converter.gson.
GsonConverterFactory
Create an instance using a default
Gson
instance for conversion.
create(Gson)
- Static method in class retrofit2.converter.gson.
GsonConverterFactory
Create an instance using
gson
for conversion.
G
GsonConverterFactory
- Class in
retrofit2.converter.gson
A converter which uses Gson for JSON.
R
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit)
- Method in class retrofit2.converter.gson.
GsonConverterFactory
responseBodyConverter(Type, Annotation[], Retrofit)
- Method in class retrofit2.converter.gson.
GsonConverterFactory
retrofit2.converter.gson
- package retrofit2.converter.gson
W
withStreaming()
- Method in class retrofit2.converter.gson.
GsonConverterFactory
Return a new factory which streams serialization of request messages to bytes on the HTTP thread This is either the calling thread for
Call.execute()
, or one of OkHttp's background threads for
Call.enqueue(retrofit2.Callback<T>)
.
C
G
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes