Method | Description | |
---|---|---|
Json ( object value ) : byte[] |
Gets the JSON representation of the given object as an array of bytes.
|
|
JsonHandler ( IRepositoryFactory repositoryFactory ) : System |
Initializes a new instance of the JsonHandler class.
|
protected static Json ( object value ) : byte[] | ||
value | object | The object to get the JSON representation of. |
return | byte[] |
protected JsonHandler ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | The repository factory to use. |
return | System |