class PlayerProfileCache.Serializer extends java.lang.Object implements com.google.gson.JsonDeserializer<PlayerProfileCache.ProfileEntry>, com.google.gson.JsonSerializer<PlayerProfileCache.ProfileEntry>
Modifier | Constructor and Description |
---|---|
private |
Serializer() |
Modifier and Type | Method and Description |
---|---|
PlayerProfileCache.ProfileEntry |
deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
com.google.gson.JsonElement |
serialize(PlayerProfileCache.ProfileEntry p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
public com.google.gson.JsonElement serialize(PlayerProfileCache.ProfileEntry p_serialize_1_, java.lang.reflect.Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_)
serialize
in interface com.google.gson.JsonSerializer<PlayerProfileCache.ProfileEntry>
public PlayerProfileCache.ProfileEntry deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) throws com.google.gson.JsonParseException
deserialize
in interface com.google.gson.JsonDeserializer<PlayerProfileCache.ProfileEntry>
com.google.gson.JsonParseException