Метод | Описание | |
---|---|---|
Deserialize ( string representation, |
||
JsonFormatHandler ( ) : System | ||
Serialize ( object model, bool humanReadable = false ) : string |
public Deserialize ( string representation, |
||
representation | string | |
modelType | ||
Результат | object |
public Serialize ( object model, bool humanReadable = false ) : string | ||
model | object | |
humanReadable | bool | |
Результат | string |