类 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>
-
构造器概要
-
方法概要
修饰符和类型方法说明deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) com.google.gson.JsonElement
serialize
(KeybindComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) 从类继承的方法 net.md_5.bungee.chat.BaseComponentSerializer
deserialize, serialize
-
构造器详细资料
-
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>
-