public class EnumAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
Modifier and Type | Class and Description |
---|---|
static class |
EnumAdapterFactory.EnumTypeAdapter<T> |
Constructor and Description |
---|
EnumAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |
Copyright © 2016–2017. All rights reserved.