类 BaseComponentSerializer
java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
- 直接已知子类:
KeybindComponentSerializer
,ScoreComponentSerializer
,SelectorComponentSerializer
,TextComponentSerializer
,TranslatableComponentSerializer
-
构造器概要
-
方法概要
修饰符和类型方法说明protected void
deserialize
(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonDeserializationContext context) protected void
serialize
(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonSerializationContext context)
-
构造器详细资料
-
BaseComponentSerializer
public BaseComponentSerializer()
-
-
方法详细资料
-
deserialize
protected void deserialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonDeserializationContext context) -
serialize
protected void serialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonSerializationContext context)
-