类 NameHistoryTA
- java.lang.Object
-
- com.google.gson.TypeAdapter<NameHistory>
-
- cn.mcres.gyhhy.MXLib.yggdrasil.tt.NameHistoryTA
-
public class NameHistoryTA extends com.google.gson.TypeAdapter<NameHistory>
-
-
构造器概要
构造器 构造器 说明 NameHistoryTA()
-
方法概要
修饰符和类型 方法 说明 NameHistory
read(com.google.gson.stream.JsonReader in)
void
write(com.google.gson.stream.JsonWriter out, NameHistory value)
-
-
-
方法详细资料
-
write
public void write(com.google.gson.stream.JsonWriter out, NameHistory value) throws IOException
- 指定者:
write
在类中com.google.gson.TypeAdapter<NameHistory>
- 抛出:
IOException
-
read
public NameHistory read(com.google.gson.stream.JsonReader in) throws IOException
- 指定者:
read
在类中com.google.gson.TypeAdapter<NameHistory>
- 抛出:
IOException
-
-