Class GenderPropertiesTypeAdapter
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GenderPropertiesTypeAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<GenderProperties>,com.google.gson.JsonSerializer<GenderProperties>
public class GenderPropertiesTypeAdapter
extends Object
implements com.google.gson.JsonSerializer<GenderProperties>, com.google.gson.JsonDeserializer<GenderProperties>
Gson type TypeAdapter for the GenderProperties class such that it can be converted
to and from Json text when loading to/from Species data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) com.google.gson.JsonElementserialize(GenderProperties src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
GenderPropertiesTypeAdapter
public GenderPropertiesTypeAdapter()
-
-
Method Details
-
deserialize
public GenderProperties deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<GenderProperties>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(GenderProperties src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<GenderProperties>
-