类 _OptimizedTypeAdapterFactory
- java.lang.Object
-
- proguard.optimize.gson._OptimizedTypeAdapterFactory
-
- 所有已实现的接口:
com.google.gson.TypeAdapterFactory
public class _OptimizedTypeAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactoryTemplate class for the optimized type adapter factory that deals with all optimized GSON domain classes. The implementation of the create() method needs to be replaced with injected byte code that handles the specific domain classes and returns the appropriate optimized type adapter.
-
-
构造器概要
构造器 构造器 说明 _OptimizedTypeAdapterFactory()
-