Class ConfigurationSerializableAdapter
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.proxy.adapters.ConfigurationSerializableAdapter
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public class ConfigurationSerializableAdapter
extends Object
implements com.google.gson.TypeAdapterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-
Constructor Details
-
ConfigurationSerializableAdapter
public ConfigurationSerializableAdapter()
-
-
Method Details
-
create
public <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type) - Specified by:
createin interfacecom.google.gson.TypeAdapterFactory
-