Method Deserialize
Deserialize(string)
Deserializes the catalog from JSON.
Declaration
public static ProductCatalog Deserialize(string catalogJSON)
Parameters
| Type | Name | Description |
|---|---|---|
| string | catalogJSON | The raw json string of catalog data. |
Returns
| Type | Description |
|---|---|
| ProductCatalog | The deserialized Prodcut Catalog. |