类 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()
-
方法概要
修饰符和类型 方法 说明 NameHistoryread(com.google.gson.stream.JsonReader in)voidwrite(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
-
-