Back to Website
Show / Hide Table of Contents

Interface IProductSerializer

Namespace: Aurigma.DesignAtoms.Serialization.Json.Product
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
Type Description
Product

Deserialize(String)

Declaration
Product Deserialize(string json)
Parameters
Type Name Description
System.String json
Returns
Type Description
Product

DeserializeItem(String)

Declaration
Item DeserializeItem(string json)
Parameters
Type Name Description
System.String json
Returns
Type Description
Item

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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback