Back to Website
Show / Hide Table of Contents

Interface IVdpDataSerializer

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

Methods

DeserializeDataSet(String)

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

DeserializeItemsData(String)

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

DeserializeVdpOptions(String)

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

SerializeDataSet(DataSet)

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

SerializeItemsData(ItemsData)

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

SerializeVdpOptions(VdpOptions)

Declaration
string SerializeVdpOptions(VdpOptions vdpOptions)
Parameters
Type Name Description
VdpOptions vdpOptions
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