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