public class GsonBufferedSourceAdapter<Parsed>
extends java.lang.Object
implements com.nytimes.android.external.fs3.BufferedSourceAdapter<Parsed>
BufferedSourceAdapter that uses
Gson to convert Java values to JSON.| Constructor and Description |
|---|
GsonBufferedSourceAdapter(com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
okio.BufferedSource |
toJson(Parsed value) |