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
inputobjectThe object to serialize.
Returns
- string
A string representing the serialized object.
Exceptions
- ArgumentException
inputhad invalid format.