Package net.md_5.bungee.chat
Class BaseComponentSerializer
java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
- Direct Known Subclasses:
EntitySerializer,KeybindComponentSerializer,ObjectComponentSerializer,ScoreComponentSerializer,SelectorComponentSerializer,TextComponentSerializer,TranslatableComponentSerializer
-
Field Summary
Fields -
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)
-
Field Details
-
serializer
-
-
Constructor Details
-
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)
-