类 FMTA
- java.lang.Object
-
- com.google.gson.TypeAdapter<FailedMessage>
-
- cn.mcres.gyhhy.MXLib.yggdrasil.tt.FMTA
-
public class FMTA extends com.google.gson.TypeAdapter<FailedMessage>
-
-
构造器概要
构造器 构造器 说明 FMTA()
-
方法概要
修饰符和类型 方法 说明 booleancheck(com.google.gson.stream.JsonReader reader)FailedMessageread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, FailedMessage value)
-
-
-
字段详细资料
-
i
public static final FMTA i
-
-
方法详细资料
-
check
public boolean check(com.google.gson.stream.JsonReader reader) throws IOException, IllegalStateException
-
write
public void write(com.google.gson.stream.JsonWriter out, FailedMessage value) throws IOException- 指定者:
write在类中com.google.gson.TypeAdapter<FailedMessage>- 抛出:
IOException
-
read
public FailedMessage read(com.google.gson.stream.JsonReader in) throws IOException
- 指定者:
read在类中com.google.gson.TypeAdapter<FailedMessage>- 抛出:
IOException
-
-