public class ParticipantQueryListAdapter extends java.lang.Object implements GsonAdapter, com.google.gson.JsonSerializer<java.util.List<ParticipantQuery>>
| Constructor and Description |
|---|
ParticipantQueryListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(java.util.List<ParticipantQuery> participantQueryList,
java.lang.reflect.Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public com.google.gson.JsonElement serialize(java.util.List<ParticipantQuery> participantQueryList, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<java.util.List<ParticipantQuery>>