public class JSONWriter.SpecialDoubleValuesAdapter extends com.google.gson.TypeAdapter<Double>
Constructor and Description |
---|
SpecialDoubleValuesAdapter() |
Modifier and Type | Method and Description |
---|---|
Double |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
Double value) |
public Double read(com.google.gson.stream.JsonReader reader) throws IOException
read
in class com.google.gson.TypeAdapter<Double>
IOException
public void write(com.google.gson.stream.JsonWriter writer, Double value) throws IOException
write
in class com.google.gson.TypeAdapter<Double>
IOException
Copyright © 2019. All rights reserved.