public class IntegerAdapter extends com.google.gson.TypeAdapter<Integer>
| Constructor and Description |
|---|
IntegerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Integer value) |
public void write(com.google.gson.stream.JsonWriter out,
Integer value)
throws IOException
write in class com.google.gson.TypeAdapter<Integer>IOExceptionpublic Integer read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Integer>IOExceptionCopyright © 2017–2020 IRD. All rights reserved.