TcHmiJsonSerializer.Serialize Method (Int32, Object, Type, JsonSerializerSettings)
Serializes the specified Object to an equivalent JSON String using the specified capacity, 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 string Serialize(
int capacity,
Object value,
Type type,
JsonSerializerSettings settings
)
Parameters
capacity |
Type: System.Int32 |
value |
Type: System.Object |
type |
Type: System.Type |
settings |
Type: JsonSerializerSettings |