TableConverter.Serialize Method

Serializes the given data factory table into JSON.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim instance As TableConverter
Dim item As Table
Dim returnValue As String

returnValue = instance.Serialize(item)

Syntax

'Declaration
Public Overrides Function Serialize ( _
    item As Table _
) As String
public override string Serialize (
    Table item
)
public:
virtual String^ Serialize (
    Table^ item
) override
public String Serialize (
    Table item
)
public override function Serialize (
    item : Table
) : String

Parameters

  • item
    The data factory table to be converted.

Return Value

The serialized data factory table.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

TableConverter Class
TableConverter Members
Microsoft.Azure.Management.DataFactories.Models Namespace