Method | Description | |
---|---|---|
CreateReader ( this token, ISerializationConfiguration configuration ) : |
Creates a json reader with the right configuration.
|
|
ToJson ( this model, ISerializationConfiguration configuration ) : string |
Converters the specified model to a json string.
|
Method | Description | |
---|---|---|
ToJson ( this model ) : string |
public static CreateReader ( this token, ISerializationConfiguration configuration ) : |
||
token | this | The token. |
configuration | ISerializationConfiguration | The configuration. |
return |
public static ToJson ( this model, ISerializationConfiguration configuration ) : string | ||
model | this | The model. |
configuration | ISerializationConfiguration | The configuration. |
return | string |