| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeAdapter | |
|---|---|
| com.google.gson | This package provides the Gsonclass to convert Json to Java and
 vice-versa. | 
| Uses of TypeAdapter in com.google.gson | 
|---|
| Methods in com.google.gson that return TypeAdapter | ||
|---|---|---|
| 
 | TypeAdapterFactory.create(Gson gson,
       TypeToken<T> type)Returns a type adapter for type, or null if this factory doesn't
 supporttype. | |
| 
 | Gson.getAdapter(Class<T> type)Returns the type adapter for type. | |
| 
 | Gson.getAdapter(TypeToken<T> type)Returns the type adapter for type. | |
| 
 | Gson.getDelegateAdapter(TypeAdapterFactory skipPast,
                   TypeToken<T> type)This method is used to get an alternate type adapter for the specified type. | |
|  TypeAdapter<T> | TypeAdapter.nullSafe()This wrapper method is used to make a type adapter null tolerant. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||