TcHmiJsonSerializer.Serialize Method (Object, JsonSerializerSettings)
Serializes the specified Object to an equivalent JSON String using the specified JsonSerializerSettings.
Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string Serialize(
Object value,
JsonSerializerSettings settings
)
Parameters
value |
Type: System.Object |
settings |
Type: JsonSerializerSettings |