Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
com.google.gson.internal.bind |
Class and Description |
---|
JsonAdapterAnnotationTypeAdapterFactory
Given a type T, looks for the annotation
JsonAdapter and uses an instance of the
specified class as the default type adapter. |
Class and Description |
---|
JsonAdapterAnnotationTypeAdapterFactory
Given a type T, looks for the annotation
JsonAdapter and uses an instance of the
specified class as the default type adapter. |
ReflectiveTypeAdapterFactory.BoundField |
TreeTypeAdapter.GsonContextImpl |