Table of Contents

Method SerializeToString

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.Serializing
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

SerializeToString(object)

Serializes the specified object in a string.

string SerializeToString(object input)

Parameters

input object

The object to serialize.

Returns

string

A string representing the serialized object.

Exceptions

ArgumentException

input had invalid format.