public class DoubleTypeAdapter extends com.google.gson.TypeAdapter<Double>
public void write(com.google.gson.stream.JsonWriter out,
Double value)
throws IOException
write 在类中 com.google.gson.TypeAdapter<Double>IOExceptionpublic Double read(com.google.gson.stream.JsonReader in) throws IOException
read 在类中 com.google.gson.TypeAdapter<Double>IOExceptionCopyright © 2021. All rights reserved.