Class KeybindComponentSerializer

java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
net.md_5.bungee.chat.KeybindComponentSerializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<KeybindComponent>, com.google.gson.JsonSerializer<KeybindComponent>

public class KeybindComponentSerializer extends BaseComponentSerializer implements com.google.gson.JsonSerializer<KeybindComponent>, com.google.gson.JsonDeserializer<KeybindComponent>
  • Constructor Details

    • KeybindComponentSerializer

      public KeybindComponentSerializer()
  • Method Details

    • deserialize

      public KeybindComponent deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
      Specified by:
      deserialize in interface com.google.gson.JsonDeserializer<KeybindComponent>
      Throws:
      com.google.gson.JsonParseException
    • serialize

      public com.google.gson.JsonElement serialize(KeybindComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<KeybindComponent>