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