Table of Contents

Method FromJson

Namespace
Skyline.DataMiner.Net.Records
Assembly
SLNetTypes.dll

FromJson(string)

Deserializes the specified JSON string into a new instance of this class.

public static Record FromJson(string json)

Parameters

json string

The JSON string.

Returns

Record

The deserialized object.

Exceptions

ArgumentNullException

json is null.