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