update support

This commit is contained in:
Timi
2025-07-24 17:29:23 +08:00
parent a9061d0baf
commit bc8743801d
84 changed files with 14791 additions and 831 deletions

View File

@ -0,0 +1,11 @@
/**
* This package provides the {@link com.google.gson.Gson} class to convert Json to Java and
* vice-versa.
*
* <p>The primary class to use is {@link com.google.gson.Gson} which can be constructed with
* {@code new Gson()} (using default settings) or by using {@link com.google.gson.GsonBuilder}
* (to configure various options such as using versioning and so on).</p>
*
* @author Inderjeet Singh, Joel Leitch
*/
package com.google.gson;