Module com.google.gson
Defines the Gson serialization/deserialization API.
- Since:
- 2.8.6
-
-
Packages
Exports Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.com.google.gson.annotations This package provides annotations that can be used withGson
.com.google.gson.reflect This package provides utility classes for finding type information for generic types.com.google.gson.stream
-