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