public interface GjsonObject extends Serializable
| Modifier and Type | Method and Description |
|---|---|
GjsonObject |
decode(String gjson) |
org.json.JSONObject |
encode() |
Enumeration<Point> |
enumeration() |
GjsonObjectType |
getType() |
boolean |
isValid() |
void |
setType(GjsonObjectType type) |
String |
toString() |
String |
toString(int indent) |
void |
validation() |
void validation()
throws GjsonEncodeException
GjsonEncodeExceptionboolean isValid()
Enumeration<Point> enumeration()
GjsonObject decode(String gjson)
gjson - org.json.JSONObject encode()
void setType(GjsonObjectType type)
type - GjsonObjectType getType()
String toString(int indent)
indent - Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.