public static final class NullFilteringTypeAdapterFactories.SetTypeAdapter<E> extends com.google.gson.TypeAdapter<Set<E>>
| Constructor and Description |
|---|
NullFilteringTypeAdapterFactories.SetTypeAdapter(com.google.gson.TypeAdapter<E> elementAdapter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Set<E> |
read(com.google.gson.stream.JsonReader in) |
String |
toString() |
void |
write(com.google.gson.stream.JsonWriter out,
Set<E> value) |
public NullFilteringTypeAdapterFactories.SetTypeAdapter(com.google.gson.TypeAdapter<E> elementAdapter)
public void write(com.google.gson.stream.JsonWriter out,
Set<E> value)
throws IOException
write in class com.google.gson.TypeAdapter<Set<E>>IOExceptionpublic Set<E> read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Set<E>>IOExceptionCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.