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