Method | Description | |
---|---|---|
AddProperty ( string name, |
||
KVObject ( string name ) : System | ||
KVObject ( string name, bool isArray ) : System | ||
Serialize ( |
Method | Description | |
---|---|---|
EscapeUnescaped ( string input, char toEscape ) : string | ||
PrintValue ( |
||
SerializeArray ( |
||
SerializeObject ( |
public AddProperty ( string name, |
||
name | string | |
value | ||
return | void |
public KVObject ( string name, bool isArray ) : System | ||
name | string | |
isArray | bool | |
return | System |
public Serialize ( |
||
writer | ||
return | void |