Uses of Interface
com.google.gson.TypeAdapterFactory
Packages that use TypeAdapterFactory
-
Uses of TypeAdapterFactory in com.google.gson
Methods in com.google.gson with parameters of type TypeAdapterFactoryModifier and TypeMethodDescription<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.registerTypeAdapterFactory(TypeAdapterFactory factory) Register a factory for type adapters.