Method Serialize
Serialize(ProductCatalog)
Serializes the catalog to JSON.
Declaration
public static string Serialize(ProductCatalog catalog)
Parameters
Type | Name | Description |
---|---|---|
ProductCatalog | catalog | The catalog. |
Returns
Type | Description |
---|---|
string | The raw json string of the catalog data |