Class BaseComponentSerializer

java.lang.Object
studio.magemonkey.codex.legacy.utils.serializers.BaseComponentSerializer
Direct Known Subclasses:
TextComponentSerializer, TranslatableComponentSerializer

public class BaseComponentSerializer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    deserialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonDeserializationContext context)
     
    protected void
    serialize(com.google.gson.JsonObject object, net.md_5.bungee.api.chat.BaseComponent component, com.google.gson.JsonSerializationContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)