public class JsonSerializableSet extends <any> implements IJsonSerializable
Constructor and Description |
---|
JsonSerializableSet() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
delegate() |
void |
fromJson(JsonElement json) |
JsonElement |
getSerializableElement()
Gets the JsonElement that can be serialized.
|
public void fromJson(JsonElement json)
fromJson
in interface IJsonSerializable
public JsonElement getSerializableElement()
getSerializableElement
in interface IJsonSerializable
protected java.util.Set<java.lang.String> delegate()