类 KeybindComponentSerializer

java.lang.Object
net.md_5.bungee.chat.BaseComponentSerializer
net.md_5.bungee.chat.KeybindComponentSerializer
所有已实现的接口:
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>
  • 构造器详细资料

    • KeybindComponentSerializer

      public KeybindComponentSerializer()
  • 方法详细资料

    • deserialize

      public KeybindComponent deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
      指定者:
      deserialize 在接口中 com.google.gson.JsonDeserializer<KeybindComponent>
      抛出:
      com.google.gson.JsonParseException
    • serialize

      public com.google.gson.JsonElement serialize(KeybindComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      指定者:
      serialize 在接口中 com.google.gson.JsonSerializer<KeybindComponent>