2021-09-17
Json字符串序列化与反序列化
JsonObject test = new JsonObject();
test.add("dataSetInfo", new Gson().toJsonTree(dataSetInfoDo));
test.add("statics", new Gson().toJsonTree(result));
String test2 = test.toString();
kafkaTemplate.send("T_Aicloud_Annotation_PublishEvent
原创
2021-11-21 16:20:57 ·
384 阅读 ·
0 评论