类 KeybindComponentSerializer
java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
net.md_5.bungee.chat.KeybindComponentSerializer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明deserialize
(JsonElement json, Type typeOfT, JsonDeserializationContext context) JsonElement
serialize
(KeybindComponent src, Type typeOfSrc, JsonSerializationContext context) 从类继承的方法 net.md_5.bungee.chat.BaseComponentSerializer
deserialize, serialize
-
构造器详细资料
-
KeybindComponentSerializer
public KeybindComponentSerializer()
-
-
方法详细资料
-
deserialize
public KeybindComponent deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException - 抛出:
JsonParseException
-
serialize
public JsonElement serialize(KeybindComponent src, Type typeOfSrc, JsonSerializationContext context)
-