public class MatchAdapter extends Object implements GsonAdapter, com.google.gson.JsonDeserializer<Match>
Match class.
The received json object is being unpacked.| Constructor and Description |
|---|
MatchAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Match |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
public Match 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<Match>com.google.gson.JsonParseExceptionCopyright © 2016. All rights reserved.