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