Class ListParser<T>

java.lang.Object
com.amilesend.tvmaze.client.parse.parser.ListParser<T>
Type Parameters:
T - the object type
All Implemented Interfaces:
GsonParser<List<T>>

public class ListParser<T> extends Object implements GsonParser<List<T>>
Defines a GsonParser implementation for a list of objects.