gson转换list对象

String clientIdString = gson.toJson(clientIdList);
List<ThirdPartEntity> thirdList = gson.fromJson(clientIdString, new TypeToken<List<ThirdPartEntity>>() {
}.getType());