public class TournamentAdapter extends java.lang.Object implements GsonAdapter, com.google.gson.JsonDeserializer<Tournament>
Tournament class.
The received json object is being unpacked.| Constructor and Description |
|---|
TournamentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Tournament |
deserialize(com.google.gson.JsonElement jsonElement,
java.lang.reflect.Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
public Tournament deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<Tournament>com.google.gson.JsonParseException