android 中Gson的使用和封裝

 Gson是android開發中很常用的一個工具類,現在我就介紹下它的大體使用流程: 1首先我們要在build.gradle項目中添加依賴: implementation 'com.google.code.gson:gson:2.8.1' 2.封裝gson的工具類 public class JsonUtil { private static Gson gson = new Gson();
相關文章
相關標籤/搜索