org.jclouds.json.internal
Class NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>
java.lang.Object
com.google.gson.TypeAdapter<Set<E>>
org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>
- Enclosing class:
- NullFilteringTypeAdapterFactories.SetTypeAdapterFactory
public static final class NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E>
- extends com.google.gson.TypeAdapter<Set<E>>
| Methods inherited from class com.google.gson.TypeAdapter |
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree |
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
public NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter(com.google.gson.TypeAdapter<E> elementAdapter)
write
public void write(com.google.gson.stream.JsonWriter out,
Set<E> value)
throws IOException
- Specified by:
write in class com.google.gson.TypeAdapter<Set<E>>
- Throws:
IOException
read
public Set<E> read(com.google.gson.stream.JsonReader in)
throws IOException
- Specified by:
read in class com.google.gson.TypeAdapter<Set<E>>
- Throws:
IOException
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 jclouds. All Rights Reserved.