The example is because I'm trying to work with Gso...
# announcements
s
The example is because I'm trying to work with Gson's TypeAdapterFactory:
Copy code
public interface TypeAdapterFactory {
  <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type);
}