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