Back to Website
Show / Hide Table of Contents

Class JsonSerializer

Inheritance
System.Object
JsonSerializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Storage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class JsonSerializer

Constructors

JsonSerializer(IConfiguration, IFileCache, ILogger, IColorManagement)

Declaration
public JsonSerializer(IConfiguration configuration, IFileCache fileCache, ILogger ccLogger, IColorManagement colorManagement)
Parameters
Type Name Description
IConfiguration configuration
IFileCache fileCache
ILogger ccLogger
IColorManagement colorManagement

Methods

Deserialize(String, Type)

Declaration
public object Deserialize(string d, Type type)
Parameters
Type Name Description
System.String d
System.Type type
Returns
Type Description
System.Object

Deserialize<T>(String)

Declaration
public T Deserialize<T>(string d)
Parameters
Type Name Description
System.String d
Returns
Type Description
T
Type Parameters
Name Description
T

Serialize(Object)

Declaration
public string Serialize(object o)
Parameters
Type Name Description
System.Object o
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