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