Package net.md_5.bungee.chat
Class BaseComponentSerializer
java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
- Direct Known Subclasses:
KeybindComponentSerializer
,ScoreComponentSerializer
,SelectorComponentSerializer
,TextComponentSerializer
,TranslatableComponentSerializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Constructor Details
-
BaseComponentSerializer
public BaseComponentSerializer()
-
-
Method Details
-
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)
-