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