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