FastJson 转换 Map

Map<SeatInfo, Double> priceMap = JSON.parseObject(jsonStr, new TypeReference<HashMap<SeatInfo, Double>>() {});

参考