From a27b8978d101bdd29dac3a71d98af232c641b754 Mon Sep 17 00:00:00 2001 From: yinbp Date: Wed, 10 Jun 2020 16:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA6.1.5=20json=E5=B7=A5=E5=85=B7=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E6=94=B9=E8=BF=9B=EF=BC=9A=E8=A7=A3=E5=86=B3=E9=9B=86=E5=90=88?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E8=BD=AC=E6=8D=A2=E4=B8=8D=E8=B5=B7=E4=BD=9C?= =?UTF-8?q?=E7=94=A8=E9=97=AE=E9=A2=98=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E8=BD=AC=E6=8D=A2=E6=96=B9=E6=B3=95=20=09=09List?= =?UTF-8?q?=20dd=20=3D=20new=20ArrayList();=20=09=09Po=20p=20=3D=20new?= =?UTF-8?q?=20Po();=20=09=09p.setId("id");=20=09=09p.setName("name");=20?= =?UTF-8?q?=09=09dd.add(p);=20=09=09p=20=3D=20new=20Po();=20=09=09p.setId(?= =?UTF-8?q?"id1");=20=09=09p.setName("name1");=20=09=09dd.add(p);;=20=09?= =?UTF-8?q?=09String=20json=20=3D=20SimpleStringUtil.object2json(dd);=20?= =?UTF-8?q?=09=09dd=20=3D=20=20(List)=20StringUtil.json2ObjectWithType?= =?UTF-8?q?(json,new=20JsonTypeReference>(){});=20=09=09System.ou?= =?UTF-8?q?t.println(dd);=20=09=09dd=20=3D=20SimpleStringUtil.json2ListObj?= =?UTF-8?q?ect(json,Po.class);=20=09=09System.out.println(dd);=20=09=09Set?= =?UTF-8?q?=20se=20=3D=20SimpleStringUtil.json2LSetObject(json,Po.clas?= =?UTF-8?q?s);=20=09=09Po[]=20a=20=3D=20SimpleStringUtil.json2LArrayObject?= =?UTF-8?q?(json,Po.class);=20=09=09json2ListObject("",Po.class);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 505051f..548dbe4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ PROJ_GROUP=com.bbossgroups -PROJ_VERSION=5.7.3 -BBOSS_VERSION=5.7.1 +PROJ_VERSION=5.7.5 +BBOSS_VERSION=5.7.2 skipTest=true PROJ_WEBSITEURL=http://www.bbossgroups.com PROJ_ISSUETRACKERURL=https://github.com/bbossgroups/bboss-http/issues