Method | Description | |
---|---|---|
Initialise ( string dbValue ) : void |
Initialises the current instance with the values deserialised from the given JSON string
|
|
Serialise ( ) : string |
Serialises the current instance to a JSON string
|
Method | Description | |
---|---|---|
UmbracoJsonDataType ( |
Constructs a new instance of UmbracoJsonDataType
|
|
UmbracoJsonDataType ( NullValueHandling nullHandling = NullValueHandling.Include ) : System |
Constructs a new instance of UmbracoJsonDataType
|
public Initialise ( string dbValue ) : void | ||
dbValue | string | The JSON string |
return | void |
protected UmbracoJsonDataType ( |
||
serializerSettings | Defines how (de)serialisation is done by Newtonsoft JSON | |
return | System |
protected UmbracoJsonDataType ( NullValueHandling nullHandling = NullValueHandling.Include ) : System | ||
nullHandling | NullValueHandling | Defines how null properties are serialised |
return | System |