TcHmiJsonSerializer.Serialize.T. Method (JsonConverter`1.T., T)
Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T}.
Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string Serialize<T>(
JsonConverter<T> converter,
T value
)
Parameters
converter |
Type: JsonConverter.T. |
value |
Type: T |
Type Parameters
T |
The type of the value to convert. |