google protobuf 实体类和java对象互转_Gson,FastJson,JackJson,ProtoBuf 数据格式转换详解...
最近,后台一个接口返回了俩种不同的json解析格式,就顺便整理了一下。直接上代码。文章末尾有示例demo。##1、Gson>依赖>```groovyimplementation'com.google.code.gson:gson:2.8.6'``````javaGsongson=newGson();```###实体类(Bean)转JSON```javaStringjson=gson.toJson(