Java/Android

1_[ Gson ]

우오우어아오앙 2016. 8. 19. 11:31
728x90
SMALL

GSON Download

 

https://github.com/google/gson

 

 

콜렉션과 JSON 간 변환 

 

Type type = new TypeToken<List<User>>(){}.getType();

 

        ArrayList<User> userListFromGson = gson.fromJson(userListResult, type);

 


 

 

 

JSON 이란(Click)


728x90
반응형
LIST