428f69a966
* [JAVA-18177] Moved server modules to jdk9-and-above profile * [JAVA-18177] Upgraded maven-war-plugin version * [JAVA-18146] Moved json-modules to jdk9-and-above profile * [JAVA-18151] Moved libraries-data module to jdk9-and-above profile * [JAVA-18176] Moved saas-modules to jdk9-and-above profile * [JAVA-18165] Moved patterns-modules to jdk9-and-above profile * [JAVA-18146] Fixed tests at gson module * [JAVA-18165] Upgraded maven-war-plugin version * [JAVA-16377] Moved apache-cxf-module to jdk9-and-above profile + comment out cxf spring * [JAVA-18151] Testing maven compiler plugin * [JAVA-18151] Ignored 2 test cases * [JAVA-18151] import javassist dependency manually * [JAVA-16377] Upgraded spring version + uncomment cxf-spring module |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
GSON
This module contains articles about Gson
Relevant Articles:
- Gson Deserialization Cookbook
- Jackson vs Gson
- Exclude Fields from Serialization in Gson
- Save Data to a JSON File with Gson
- Convert JSON to a Map Using Gson
- Working with Primitive Values in Gson
- Convert String to JsonObject with Gson
- Mapping Multiple JSON Fields to a Single Java Field
- Serializing and Deserializing a List with Gson
- Compare Two JSON Objects with Gson