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