public class TournamentAdapter extends 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,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
public Tournament deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<Tournament>com.google.gson.JsonParseExceptionCopyright © 2016. All rights reserved.