public interface JsonSerializable extends Serializable
JsonObject
.Modifier and Type | Method and Description |
---|---|
JsonSerializable |
readJson(elemental.json.JsonObject value)
Sets the JSON object data into the Java object.
|
elemental.json.JsonObject |
toJson()
Converts this object to its JSON format.
|
elemental.json.JsonObject toJson()
JsonSerializable readJson(elemental.json.JsonObject value)
value
- the JSON representation of the objectCopyright © 2019. All rights reserved.