fastjson 反序列化复杂类型或泛型类型

示例代码如下:

var images = com.alibaba.fastjson.JSON.parseObject(society.getImages(),new TypeReference<String[]>(){});