TcHmiJsonSerializer.Serialize.T. Method (JsonConverter`1.T., T, JsonSerializer)
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,
    JsonSerializer serializer
)Parameters
| 
                   converter  | 
                   Type: JsonConverter.T.  | 
| 
                   value  | 
                   Type: T  | 
| 
                   serializer  | 
                   Type: JsonSerializer  | 
Type Parameters
| 
                   T  | 
                   The type of the value to convert.  |