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, standardRemoveAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic void fromJson(com.google.gson.JsonElement json)
fromJson in interface IJsonSerializablepublic com.google.gson.JsonElement getSerializableElement()
getSerializableElement in interface IJsonSerializableprotected java.util.Set<java.lang.String> delegate()
delegate in class com.google.common.collect.ForwardingSet<java.lang.String>