Deserializes the input into a map of instances of V keyed by K
input
V
K
A new map of V, keyed by K.
The input string to parse.
The key Class type to parse into.
The value Class type to parse into.
type of key.
type of value.