Class MapParser<K,V>

java.lang.Object
com.amilesend.tvmaze.client.parse.parser.MapParser<K,V>
Type Parameters:
K - the key object type
V - the value object type
All Implemented Interfaces:
GsonParser<Map<K,V>>

public class MapParser<K,V> extends Object implements GsonParser<Map<K,V>>
Defines a GsonParser implementation for a map of key value pairs.