Class UpdatesParser

java.lang.Object
com.amilesend.tvmaze.client.parse.parser.UpdatesParser
All Implemented Interfaces:
GsonParser<Map<Integer,Long>>

public class UpdatesParser extends Object implements GsonParser<Map<Integer,Long>>
Parses a map of updates where the key is the resource identifier and the value is the last updated timestamp.
See Also: