public class JsonSerializableSet extends com.google.common.collect.ForwardingSet implements IJsonSerializable
| Constructor and Description |
|---|
JsonSerializableSet() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set |
delegate() |
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, toArraypublic com.google.gson.JsonElement getSerializableElement()
getSerializableElement in interface IJsonSerializableprotected java.util.Set delegate()
delegate in class com.google.common.collect.ForwardingSet