Package com.amilesend.client.parse.parser
package com.amilesend.client.parse.parser
-
ClassDescriptionBasicParser<T>Defines a basic
GsonParser
implementation for single object type.GsonParser<T>Defines a parser that deserializes a JSON-formatted source input stream to the defined POJO type.ListParser<T>Defines aGsonParser
implementation for a list of objects.MapParser<K,V> Defines aGsonParser
implementation for a map of key value pairs.