public class DebugEnumTypeAdapter<T extends java.lang.Enum<T>>
extends com.google.gson.TypeAdapter<T>
Modifier and Type | Class and Description |
---|---|
static class |
DebugEnumTypeAdapter.Factory |
Constructor and Description |
---|
DebugEnumTypeAdapter(java.lang.Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
T |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
T value) |