Click or drag to resize

JsonConvertSerializeObject Method (Object, Type, Formatting, JsonSerializerSettings)

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static string SerializeObject(
	Object value,
	Type type,
	Formatting formatting,
	JsonSerializerSettings settings
)

Parameters

value
Type: SystemObject
type
Type: SystemType
formatting
Type: Newtonsoft.JsonFormatting
settings
Type: Newtonsoft.JsonJsonSerializerSettings

Return Value

Type: String
See Also