public class GsonAdapter extends com.google.gson.TypeAdapter<Object>
| 限定符和类型 | 字段和说明 |
|---|---|
static com.google.gson.TypeAdapterFactory |
FACTORY |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Object value) |
public void write(com.google.gson.stream.JsonWriter out,
Object value)
throws IOException
write 在类中 com.google.gson.TypeAdapter<Object>IOExceptionpublic Object read(com.google.gson.stream.JsonReader in) throws IOException
read 在类中 com.google.gson.TypeAdapter<Object>IOExceptionCopyright © 2024. All rights reserved.