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, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public com.google.gson.JsonElement getSerializableElement()
getSerializableElement
in interface IJsonSerializable
protected java.util.Set delegate()
delegate
in class com.google.common.collect.ForwardingSet