public final class GsonTransformerFactory
extends java.lang.Object
SingleTransformer implementations.| Modifier and Type | Method and Description |
|---|---|
static <Parsed> com.nytimes.android.external.fs3.ObjectToSourceTransformer<Parsed> |
createObjectToSourceTransformer(com.google.gson.Gson gson)
Returns a new
ObjectToSourceTransformer, which uses a GsonBufferedSourceAdapter to parse from
objects of the specified type to JSON using the provided Gson instance. |
@Nonnull
public static <Parsed> com.nytimes.android.external.fs3.ObjectToSourceTransformer<Parsed> createObjectToSourceTransformer(@Nonnull
com.google.gson.Gson gson)
ObjectToSourceTransformer, which uses a GsonBufferedSourceAdapter to parse from
objects of the specified type to JSON using the provided Gson instance.