Uses of Interface
com.google.gson.TypeAdapterFactory

Packages that use TypeAdapterFactory
com.google.gson This package provides the Gson 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
<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.
 



Copyright © 2008-2012 Google, Inc.. All Rights Reserved.