Back to Website
Show / Hide Table of Contents

Interface IColorSerializer

Namespace: Aurigma.DesignAtoms.Serialization.Json.Product
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorSerializer

Methods

CanDeserializeColor(JObject)

Declaration
bool CanDeserializeColor(JObject color)
Parameters
Type Name Description
Newtonsoft.Json.Linq.JObject color
Returns
Type Description
System.Boolean

DeserializeColor(JObject)

Declaration
Color DeserializeColor(JObject color)
Parameters
Type Name Description
Newtonsoft.Json.Linq.JObject color
Returns
Type Description
Color

SerializeColor(Color)

Declaration
JObject SerializeColor(Color color)
Parameters
Type Name Description
Color color
Returns
Type Description
Newtonsoft.Json.Linq.JObject
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