Serialization exploration 5 - Gson

Gson is a relatively simple library. It doesn't have so many functions. In terms of design, it doesn't want others to expand it. It just wants to make a Json serialization library quietly, which is simple and practical. in brief Gson provides two ways to create gson instances new Gson(): quick creation, default configuration, quick usenew Gs ...

Posted by kenwvs on Mon, 01 Nov 2021 01:33:29 -0700