AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 成员函数 | Private 属性 | 所有成员列表
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >类 参考
类 com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T > 继承关系图:

Public 成员函数

read (JsonReader in) throws IOException
 
void write (JsonWriter out, T value) throws IOException
 

Private 成员函数

 Adapter (ObjectConstructor< T > constructor, Map< String, BoundField > boundFields)
 

Private 属性

final ObjectConstructor< T > constructor
 
final Map< String, BoundFieldboundFields
 

构造及析构函数说明

com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >.Adapter ( ObjectConstructor< T >  constructor,
Map< String, BoundField boundFields 
)
inlineprivate

成员函数说明

T com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >.read ( JsonReader  in) throws IOException
inline
void com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >.write ( JsonWriter  out,
value 
) throws IOException
inline

类成员变量说明

final Map<String, BoundField> com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >.boundFields
private
final ObjectConstructor<T> com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter< T >.constructor
private

该类的文档由以下文件生成: