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