| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeAdapterFactory | |
|---|---|
| com.google.gson | This package provides the Gsonclass to convert Json to Java and
 vice-versa. | 
| Uses of TypeAdapterFactory in com.google.gson | 
|---|
| Methods in com.google.gson with parameters of type TypeAdapterFactory | ||
|---|---|---|
| 
 | Gson.getDelegateAdapter(TypeAdapterFactory skipPast,
                   TypeToken<T> type)This method is used to get an alternate type adapter for the specified type. | |
|  GsonBuilder | GsonBuilder.registerTypeAdapterFactory(TypeAdapterFactory factory)Register a factory for type adapters. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||