Uses of Interface
com.amilesend.client.parse.parser.GsonParser
Packages that use GsonParser
- 
Uses of GsonParser in com.amilesend.client.connectionMethods in com.amilesend.client.connection with parameters of type GsonParserModifier and TypeMethodDescription<T> TConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.
- 
Uses of GsonParser in com.amilesend.client.parse.parserClasses in com.amilesend.client.parse.parser that implement GsonParserModifier and TypeClassDescriptionclassBasicParser<T>Defines a basicGsonParserimplementation for single object type.classListParser<T>Defines aGsonParserimplementation for a list of objects.classMapParser<K,V> Defines aGsonParserimplementation for a map of key value pairs.