This link from the Gson project seems to indicate that I would have to do something like the following for serializing a typed Map to JSON:
public static
Map config = gson.fromJson(reader, Map.class);