Interface IProductSerializer
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IProductSerializer
Methods
Deserialize(JObject)
Declaration
Product Deserialize(JObject json)
Parameters
| Type |
Name |
Description |
| Newtonsoft.Json.Linq.JObject |
json |
|
Returns
Deserialize(String)
Declaration
Product Deserialize(string json)
Parameters
| Type |
Name |
Description |
| System.String |
json |
|
Returns
DeserializeItem(String)
Declaration
Item DeserializeItem(string json)
Parameters
| Type |
Name |
Description |
| System.String |
json |
|
Returns
Serialize(Product)
Declaration
string Serialize(Product product)
Parameters
| Type |
Name |
Description |
| Product |
product |
|
Returns
| Type |
Description |
| System.String |
|
SerializeItem(Item)
Declaration
string SerializeItem(Item modelComponent)
Parameters
| Type |
Name |
Description |
| Item |
modelComponent |
|
Returns
| Type |
Description |
| System.String |
|