Class PersonListParser

java.lang.Object
com.amilesend.tvmaze.client.parse.parser.PersonListParser
All Implemented Interfaces:
GsonParser<List<Person>>

public class PersonListParser extends Object implements GsonParser<List<Person>>
Parses a list of people.
See Also: