Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.google.gson.annotations Classes and Interfaces - 5 results found.
| Name | Description | Type | Package | Framework |
| Until | An annotation that indicates the version number until a member or a type should be present. | Class | com.google.gson.annotations | Google GSon |
|
| Since | An annotation that indicates the version number since a member or a type has been present. | Class | com.google.gson.annotations | Google GSon |
|
| SerializedName | An annotation that indicates this member should be serialized to JSON with the provided name value as its field name. | Class | com.google.gson.annotations | Google GSon |
|
| JsonAdapter | An annotation that indicates the Gson TypeAdapter to use with a class Here is an example of how this annotation is used: | Class | com.google.gson.annotations | Google GSon |
|
| Expose | An annotation that indicates this member should be exposed for JSON serialization or deserialization. | Class | com.google.gson.annotations | Google GSon |