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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonDeserializationContext context) protected voidserialize(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)
-