Package com.amilesend.client.parse.parser
package com.amilesend.client.parse.parser
-
ClassDescriptionBasicParser<T>Defines a basic
GsonParserimplementation 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 aGsonParserimplementation for a list of objects.MapParser<K,V> Defines aGsonParserimplementation for a map of key value pairs.