Package net.md_5.bungee.chat
Class BaseComponentSerializer
- java.lang.Object
-
- net.md_5.bungee.chat.BaseComponentSerializer
-
- Direct Known Subclasses:
EntitySerializer,KeybindComponentSerializer,ScoreComponentSerializer,SelectorComponentSerializer,TextComponentSerializer,TranslatableComponentSerializer
public class BaseComponentSerializer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected VersionedComponentSerializerserializer
-
Constructor Summary
Constructors Constructor Description BaseComponentSerializer(VersionedComponentSerializer serializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeserialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonDeserializationContext context)protected voidserialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonSerializationContext context)
-
-
-
Field Detail
-
serializer
protected final VersionedComponentSerializer serializer
-
-
Constructor Detail
-
BaseComponentSerializer
public BaseComponentSerializer(VersionedComponentSerializer serializer)
-
-
Method Detail
-
deserialize
protected void deserialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonDeserializationContext context)
-
serialize
protected void serialize(com.google.gson.JsonObject object, BaseComponent component, com.google.gson.JsonSerializationContext context)
-
-