Gson: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 2: Line 2:


* https://github.com/google/gson
* https://github.com/google/gson
* https://github.com/google/gson/blob/master/UserGuide.md


=Internal=
=Internal=

Latest revision as of 19:21, 11 June 2018

External

Internal

Overview

import com.google.gson.Gson;

...

Gson gson = new Gson();
Object deserialized = son.fromJson("....", Object.class);