Метод | Описание | |
---|---|---|
Deserialize ( JSONClass cls ) : void | ||
Remove ( string key ) : void | ||
Serialize ( ) : JSONClass | ||
this ( IDiagramNode node ) : |
||
this ( string node ) : |
Метод | Описание | |
---|---|---|
Add ( string key, |
||
DeserializeValue ( JSONNode value ) : |
||
SerializeValue ( |
protected Add ( string key, |
||
key | string | |
value | ||
Результат | void |
public Deserialize ( JSONClass cls ) : void | ||
cls | JSONClass | |
Результат | void |
protected DeserializeValue ( JSONNode value ) : |
||
value | JSONNode | |
Результат |
protected SerializeValue ( |
||
value | ||
Результат | JSONNode |
public this ( IDiagramNode node ) : |
||
node | IDiagramNode | |
Результат |
public this ( string node ) : |
||
node | string | |
Результат |