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>
IOException
public Dota2MatchTeamInfo read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<Dota2MatchTeamInfo>
IOException
Copyright © 2016–2024. All rights reserved.