Method | Description | |
---|---|---|
Deserialize ( JSONClass cls ) : void | ||
Remove ( string key ) : void | ||
Serialize ( ) : JSONClass | ||
this ( IDiagramNode node ) : |
||
this ( string node ) : |
Method | Description | |
---|---|---|
Add ( string key, |
||
DeserializeValue ( JSONNode value ) : |
||
SerializeValue ( |
protected Add ( string key, |
||
key | string | |
value | ||
return | void |
protected DeserializeValue ( JSONNode value ) : |
||
value | JSONNode | |
return |
protected SerializeValue ( |
||
value | ||
return | JSONNode |
public this ( IDiagramNode node ) : |
||
node | IDiagramNode | |
return |