Méthode | Description | |
---|---|---|
Deserialize ( JSONClass cls ) : void | ||
Remove ( string key ) : void | ||
Serialize ( ) : JSONClass | ||
this ( IDiagramNode node ) : |
||
this ( string node ) : |
Méthode | Description | |
---|---|---|
Add ( string key, |
||
DeserializeValue ( JSONNode value ) : |
||
SerializeValue ( |
protected Add ( string key, |
||
key | string | |
value | ||
Résultat | void |
public Deserialize ( JSONClass cls ) : void | ||
cls | JSONClass | |
Résultat | void |
protected DeserializeValue ( JSONNode value ) : |
||
value | JSONNode | |
Résultat |
protected SerializeValue ( |
||
value | ||
Résultat | JSONNode |
public this ( IDiagramNode node ) : |
||
node | IDiagramNode | |
Résultat |
public this ( string node ) : |
||
node | string | |
Résultat |