Uses of Interface
com.google.gson.TypeAdapterFactory
-
Packages that use TypeAdapterFactory Package Description com.google.gson This package provides theGson
class 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 Modifier and Type Method Description <T> TypeAdapter<T>
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.
-