Class BasicParser<T>

java.lang.Object
com.amilesend.onedrive.parse.resource.parser.BasicParser<T>
Type Parameters:
T - the object type
All Implemented Interfaces:
GsonParser<T>

public class BasicParser<T> extends Object implements GsonParser<T>
Defines a basic GsonParser implementation for single object type.