public class JsonSerializableSet extends com.google.common.collect.ForwardingSet<java.lang.String> implements IJsonSerializable
Constructor and Description |
---|
JsonSerializableSet() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
delegate() |
void |
fromJson(com.google.gson.JsonElement json) |
com.google.gson.JsonElement |
getSerializableElement() |
equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public void fromJson(com.google.gson.JsonElement json)
fromJson
in interface IJsonSerializable
public com.google.gson.JsonElement getSerializableElement()
getSerializableElement
in interface IJsonSerializable
protected java.util.Set<java.lang.String> delegate()
delegate
in class com.google.common.collect.ForwardingSet<java.lang.String>