List of usage examples for com.google.gson.reflect TypeToken subclass-usage
From source file com.heartbuffer.pipette.json.JsonObjectTypeToken.java
/** * * @author Thomas Cashman */ public class JsonObjectTypeToken extends TypeToken<Map<String, Object>> { public static final Type TYPE = new JsonObjectTypeToken().getType();
From source file com.riksof.a320.json.CollectionType.java
/**
* This is the wrapper over the TypeToken class of Gson library. User can use
* this class to create the type of object
*
* @author rizwan
*
From source file hobby.wei.c.data.abs.TypeToken.java
/**
* {@link com.google.gson.reflect.TypeToken}
* {@link com.google.gson.reflect.TypeToken}
* ??<br/>
* ?ProGuard v4.7-5.2.1????
*