Package dev.kitteh.factions.util.adapter
Class ChatTargetAdapter
java.lang.Object
dev.kitteh.factions.util.adapter.ChatTargetAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<ChatTarget>,com.google.gson.JsonSerializer<ChatTarget>
public class ChatTargetAdapter
extends Object
implements com.google.gson.JsonSerializer<ChatTarget>, com.google.gson.JsonDeserializer<ChatTarget>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) com.google.gson.JsonElementserialize(ChatTarget chatTarget, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
ChatTargetAdapter
public ChatTargetAdapter()
-
-
Method Details
-
deserialize
public ChatTarget deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<ChatTarget>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(ChatTarget chatTarget, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<ChatTarget>
-