Back to Website
Show / Hide Table of Contents

Class VdpDataSerializer

Inheritance
System.Object
VdpDataSerializer
Implements
IVdpDataSerializer
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.Serialization.Json
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class VdpDataSerializer : IVdpDataSerializer

Constructors

VdpDataSerializer(IConfiguration)

Declaration
public VdpDataSerializer(IConfiguration configuration)
Parameters
Type Name Description
IConfiguration configuration

Methods

DeserializeDataSet(String)

Declaration
public DataSet DeserializeDataSet(string dataSetJson)
Parameters
Type Name Description
System.String dataSetJson
Returns
Type Description
DataSet

DeserializeItemsData(String)

Declaration
public ItemsData DeserializeItemsData(string dataSetJson)
Parameters
Type Name Description
System.String dataSetJson
Returns
Type Description
ItemsData

DeserializeVdpOptions(String)

Declaration
public VdpOptions DeserializeVdpOptions(string vdpOptionsJson)
Parameters
Type Name Description
System.String vdpOptionsJson
Returns
Type Description
VdpOptions

SerializeDataSet(DataSet)

Declaration
public string SerializeDataSet(DataSet dataSet)
Parameters
Type Name Description
DataSet dataSet
Returns
Type Description
System.String

SerializeItemsData(ItemsData)

Declaration
public string SerializeItemsData(ItemsData itemsData)
Parameters
Type Name Description
ItemsData itemsData
Returns
Type Description
System.String

SerializeVdpOptions(VdpOptions)

Declaration
public string SerializeVdpOptions(VdpOptions vdpOptions)
Parameters
Type Name Description
VdpOptions vdpOptions
Returns
Type Description
System.String

Implements

IVdpDataSerializer
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