- com.nytimes.android.external.store3.middleware - package com.nytimes.android.external.store3.middleware
-
- createObjectToSourceTransformer(Gson) - Static method in class com.nytimes.android.external.store3.middleware.GsonTransformerFactory
-
Returns a new
ObjectToSourceTransformer, which uses a
GsonBufferedSourceAdapter to parse from
objects of the specified type to JSON using the provided
Gson instance.
- createReaderParser(Type) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from Reader to the specified type, using
a new default configured Gson instance.
- createReaderParser(Gson, Type) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from Reader to the specified type, using
the provided Gson instance.
- createSourceParser(Type) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from Reader to the specified type, using
a new default configured Gson instance.
- createSourceParser(Gson, Type) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from BufferedSource to the specified type, using
the provided Gson instance.
- createStringParser(Class<T>) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from a String to the specified type, using
a new default Gson instance.
- createStringParser(Gson, Type) - Static method in class com.nytimes.android.external.store3.middleware.GsonParserFactory
-
Returns a new Parser which parses from a String to the specified type, using
the provided Gson instance.