Click or drag to resize

JsonSerializerCreate Method (JsonSerializerSettings)

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static JsonSerializer Create(
	JsonSerializerSettings settings
)

Parameters

settings
Type: Newtonsoft.JsonJsonSerializerSettings

Return Value

Type: JsonSerializer
See Also