Class BaseComponentSerializer
java.lang.Object
studio.magemonkey.codex.legacy.utils.serializers.BaseComponentSerializer
- Direct Known Subclasses:
TextComponentSerializer,TranslatableComponentSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonDeserializationContext context) protected voidserialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
BaseComponentSerializer
public BaseComponentSerializer()
-
-
Method Details
-
deserialize
protected void deserialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonDeserializationContext context) -
serialize
protected void serialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonSerializationContext context)
-