public class Dota2TeamInfoAdapter extends com.google.gson.TypeAdapter<Dota2MatchTeamInfo>
Dota2TeamInfoAdapter class.
| Constructor and Description |
|---|
Dota2TeamInfoAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Dota2MatchTeamInfo |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Dota2MatchTeamInfo value) |
public void write(com.google.gson.stream.JsonWriter out,
Dota2MatchTeamInfo value)
throws IOException
write in class com.google.gson.TypeAdapter<Dota2MatchTeamInfo>IOExceptionpublic Dota2MatchTeamInfo read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Dota2MatchTeamInfo>IOExceptionCopyright © 2016–2024. All rights reserved.