Table of Contents

Method DeserializeFromString

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

DeserializeFromString<T>(string)

Deserializes the specified string into an object of type T.

T DeserializeFromString<T>(string input)

Parameters

input string

A string representing the serialized base class.

Returns

T

An instance of the selected base class.

Type Parameters

T

The type of the base class to deserialize into.

Exceptions

ArgumentException

input had invalid format.