2020年2月5日
摘要: 接下来介绍Map对象与json的相互转换 Map类型的转换就需要用到 GsonBuilder().enableComplexMapKeySerialization().create()类生成Gson对象1. Map<String, String>类型的转换: 这里直接贴关键代码,其他代码可参考前两篇 阅读全文
posted @ 2020-02-05 08:55 RedBackIce 阅读(238) 评论(0) 推荐(0)