public class StatsAdapter extends com.google.gson.TypeAdapter<Stats>
| Constructor and Description |
|---|
StatsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Stats |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
Stats stats) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
Stats stats)
throws IOException
write in class com.google.gson.TypeAdapter<Stats>IOExceptionpublic Stats read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read in class com.google.gson.TypeAdapter<Stats>IOExceptionCopyright © 2016. All rights reserved.